mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
Fix misplaced dependencies
Move `react` to `peerDependencies` and `copy-webpack-plugin` to `devDependencies` Closes #30
This commit is contained in:
parent
73271cafe1
commit
720063d47b
@ -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,7 @@
|
||||
"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",
|
||||
"webpack": "^2.6.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user