mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
removed webpack from dependencies and removed the stray '2' from the code
This commit is contained in:
parent
8734798a3d
commit
8c6bc38422
@ -7,7 +7,7 @@ class App extends Component {
|
||||
|
||||
render() {
|
||||
|
||||
Cookies.set("test", "nice2")
|
||||
Cookies.set("test", "nice")
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
|
@ -9,8 +9,7 @@
|
||||
"main": "build/index.js",
|
||||
"dependencies": {
|
||||
"js-cookie": "^2.2.0",
|
||||
"react": "^15.5.4",
|
||||
"webpack": "^2.6.1"
|
||||
"react": "^15.5.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack"
|
||||
@ -38,6 +37,7 @@
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-preset-env": "^1.5.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-1": "^6.24.1"
|
||||
"babel-preset-stage-1": "^6.24.1",
|
||||
"webpack": "^2.6.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user