Fix packages that aren't working as expected
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.0.3 - _March 18, 2018_
|
||||
|
||||
* Move TS typings from devDependencies to dependencies since they are needed by the package user.
|
||||
|
||||
## v0.0.2 - _March 18, 2018_
|
||||
|
||||
* Move example out into a separate sub-package
|
||||
|
||||
@@ -24,19 +24,19 @@
|
||||
"@0xproject/dev-utils": "^0.3.0",
|
||||
"@0xproject/monorepo-scripts": "^0.1.13",
|
||||
"@0xproject/tslint-config": "^0.4.11",
|
||||
"@types/lodash": "^4.14.86",
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/react": "^15.0.15",
|
||||
"@types/react-dom": "^0.14.23",
|
||||
"@types/react-scroll": "0.0.31",
|
||||
"@types/react-tap-event-plugin": "0.0.30",
|
||||
"copyfiles": "^1.2.0",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "^5.9.1",
|
||||
"typescript": "2.7.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.86",
|
||||
"@types/node": "^8.0.53",
|
||||
"@types/material-ui": "0.18.0",
|
||||
"@types/react": "^15.0.15",
|
||||
"@types/react-dom": "^0.14.23",
|
||||
"@types/react-scroll": "0.0.31",
|
||||
"@types/react-tap-event-plugin": "0.0.30",
|
||||
"@0xproject/react-shared": "^0.0.2",
|
||||
"@0xproject/utils": "^0.4.2",
|
||||
"basscss": "^8.0.3",
|
||||
|
||||
Reference in New Issue
Block a user