@0xproject/types
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@0xproject/types", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "0x types", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build:watch": "tsc -w", | ||
"build": "tsc", | ||
@@ -23,7 +24,7 @@ "clean": "shx rm -rf lib", | ||
"devDependencies": { | ||
"@0xproject/tslint-config": "^0.4.6", | ||
"@0xproject/tslint-config": "^0.4.7", | ||
"shx": "^0.2.2", | ||
"tslint": "5.8.0", | ||
"typescript": "~2.6.1", | ||
"web3-typescript-typings": "^0.9.8" | ||
"typescript": "2.7.1", | ||
"web3-typescript-typings": "^0.9.9" | ||
}, | ||
@@ -30,0 +31,0 @@ "dependencies": { |
@@ -43,2 +43,8 @@ ## @0xproject/types | ||
or | ||
```bash | ||
yarn build:watch | ||
``` | ||
### Lint | ||
@@ -45,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6231
54