Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
michnhokn committed Oct 20, 2020
2 parents 32533af + 66f7953 commit 2d0e7ca
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
10 changes: 5 additions & 5 deletions assets/cookie-modal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"author": "Michael Scheurich <[email protected]>",
"scripts": {
"dev": "parcel watch ./src/js/cookie-modal.js -d ./assets --public-url ./ --no-hmr",
"build": "parcel build ./src/js/cookie-modal.js -d ./assets --public-url ./ --no-source-maps --no-content-hash"
"dev": "parcel watch ./src/cookie-modal.js -d ./assets --public-url ./ --no-hmr",
"build": "parcel build ./src/cookie-modal.js -d ./assets --public-url ./ --no-source-maps --no-content-hash"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
Loading

0 comments on commit 2d0e7ca

Please sign in to comment.