mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-20 18:41:44 +01:00
version bump and build
This commit is contained in:
parent
0fe4c4c567
commit
869e0b1d13
@ -4,7 +4,7 @@
|
||||
"name": "Rick van Lieshout",
|
||||
"email": "info@rickvanlieshout.com"
|
||||
},
|
||||
"version": "1.1.5",
|
||||
"version": "1.1.11",
|
||||
"description": "A small, simple and customizable cookie consent bar for use in React applications.",
|
||||
"main": "build/index.js",
|
||||
"dependencies": {
|
||||
@ -14,7 +14,7 @@
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"patch": "npm --no-git-tag-version version patch",
|
||||
"publish": "npm run patch && npm run build && git add -A && git commit -m 'version bump and build' && npm publish"
|
||||
"release": "npm run patch && npm run build && git add -A && git commit -m 'version bump and build' && git push && npm publish"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user