Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Berger
cd55e346af Move tslint and tslint-eslint-rules to dev deps since this package needs them to function 2018-02-09 18:12:29 -08:00
Fabio Berger
6746428fb1 Update utils in top-level package.json 2018-02-09 16:29:09 -08:00
3 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
"mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic"
},
"devDependencies": {
"@0xproject/utils": "^0.3.1",
"@0xproject/utils": "^0.3.2",
"async-child-process": "^1.1.1",
"ethereumjs-testrpc": "^6.0.3",
"lerna": "^2.5.1",

View File

@@ -1,5 +1,9 @@
# CHANGELOG
## v0.4.9 - _February 9, 2018_
* Move devDeps to deps to fix missed dependency issue in published package.
## v0.4.8 - _February 9, 2018_
* Fix publish issue where custom TSLint rules were not being included (#389)

View File

@@ -32,12 +32,12 @@
"devDependencies": {
"@types/lodash": "^4.14.86",
"shx": "^0.2.2",
"tslint": "5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "2.7.1"
},
"dependencies": {
"lodash": "^4.17.4",
"tslint": "5.8.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.2.0"
}
}