Skip to content

Commit

Permalink
Chore: Make package publishlable
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 20, 2021
1 parent 5cd5eba commit effcd7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.0",
"description": "Cookie consent banner compatible with Spirit Design System",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "LmcCookieConsentManager.js",
"scripts": {
"prebuild": "rm -rf dist && mkdir -p dist && cp package.json README.md dist/",
"build:css": "yarn css",
Expand Down

0 comments on commit effcd7a

Please sign in to comment.