Skip to content

Commit 35937c3

Browse files
committed
Upgrade library version
- Install Dependency rimraf for cleaning the workspace before publishing
1 parent 35f5248 commit 35937c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cuban-engineer/react-cookies-consent",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React component for the managing the user awareness regarding cookies usage",
55
"main": "lib/index.js",
66
"module": "lib/index.es.js",
@@ -59,6 +59,7 @@
5959
"react": "^16.5.2",
6060
"react-dom": "^16.5.2",
6161
"regenerator-runtime": "^0.12.1",
62+
"rimraf": "^2.6.2",
6263
"rollup": "^0.66.5",
6364
"rollup-plugin-babel": "^4.0.3",
6465
"rollup-plugin-commonjs": "^9.1.8",

0 commit comments

Comments
 (0)