From 78fd942faa752980caba6e37edd2932b1235cfd7 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 5 Jan 2018 13:32:01 +0100 Subject: Return to old way of including web3 types --- packages/web3-typescript-typings/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/web3-typescript-typings/package.json') diff --git a/packages/web3-typescript-typings/package.json b/packages/web3-typescript-typings/package.json index f93382fc7..c69cd40fb 100644 --- a/packages/web3-typescript-typings/package.json +++ b/packages/web3-typescript-typings/package.json @@ -2,10 +2,10 @@ "name": "web3-typescript-typings", "version": "0.9.0", "description": "Typescript type definitions for web3", - "main": "web3/index.d.ts", - "types": "web3/index.d.ts", + "main": "index.d.ts", + "types": "index.d.ts", "scripts": { - "lint": "tslint web3/index.d.ts" + "lint": "tslint index.d.ts" }, "repository": { "type": "git", @@ -22,7 +22,7 @@ "@types/bignumber.js": "^4.0.2", "tslint": "^5.5.0", "tslint-config-0xproject": "^0.0.2", - "typescript": "^2.4.2" + "typescript": "~2.6.1" }, "dependencies": { "bignumber.js": "~4.1.0" -- cgit v1.2.3