diff --git a/package.json b/package.json index 48ac671..b9b3044 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "wyvern-js", "version": "3.0.3", "description": "Javascript SDK for the Wyvern Protocol", + "files": ["lib", "webpack.config.js"], "main": "lib/index.js", "scripts": { "test": "scripts/test.sh", @@ -30,34 +31,34 @@ "@0xproject/abi-gen": "^0.1.1", "@0xproject/assert": "^0.0.11", "@0xproject/json-schemas": "^0.7.3", - "@0xproject/types": "^0.1.3", "@0xproject/utils": "^0.1.3", + "@0xproject/types": "^0.1.3", "@0xproject/web3-wrapper": "^0.1.4", - "@types/lodash": "^4.14.92", - "@types/node": "^9.3.0", - "awesome-typescript-loader": "^3.4.1", "bn.js": "^4.11.8", "ethereumjs-abi": "https://github.com/ProjectWyvern/ethereumjs-abi.git", "ethereumjs-util": "^5.1.3", "json-loader": "^0.5.7", "jsonschema": "^1.2.2", "lodash": "^4.17.4", - "ts-node": "^6.1.0", - "tslint": "^5.9.1", - "tslint-eslint-rules": "^4.1.1", - "types-bn": "^0.0.1", - "types-ethereumjs-util": "^0.0.5", - "typescript": "^2.6.2", - "typescript-eslint-parser": "^16.0.0", - "web3": "^0.20.4", - "webpack": "^3.10.0" + "web3": "^0.20.4" }, "devDependencies": { + "@types/lodash": "^4.14.92", + "@types/node": "^9.3.0", "@0xproject/tslint-config": "^0.4.1", "@types/chai": "^4.1.3", + "awesome-typescript-loader": "^3.4.1", "chai": "^4.1.2", "mocha": "^5.2.0", "mocha-typescript": "^1.1.15", - "web3-typescript-typings": "^0.9.3" + "typescript": "^2.6.2", + "typescript-eslint-parser": "^16.0.0", + "ts-node": "^6.1.0", + "tslint": "^5.9.1", + "tslint-eslint-rules": "^4.1.1", + "types-bn": "^0.0.1", + "types-ethereumjs-util": "^0.0.5", + "web3-typescript-typings": "^0.9.3", + "webpack": "^3.10.0" } }