Merge pull request #31 from amytych/patch-1

Fix misplaced dependencies
This commit is contained in:
Rick van Lieshout 2018-12-05 08:32:27 +01:00 committed by GitHub
commit 666678eade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,9 @@
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"copy-webpack-plugin": "^4.6.0",
"js-cookie": "^2.2.0",
"js-cookie": "^2.2.0"
},
"peerDependencies": {
"react": "^16.4.0"
},
"scripts": {
@ -45,6 +46,8 @@
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"react": "^16.4.0",
"webpack": "^2.6.1"
}
}