Skip to content

Commit

Permalink
Add files and modules settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Brylie Christopher Oxley committed Feb 1, 2022
1 parent 23e91e0 commit 00099ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"url": "git+https://github.com/creativecommons/chooser.git"
},
"license": "MIT",
"main": "dist/license-chooser.min.js",
"browser": "dist/license-chooser.min.js",
"module": "dist/license-chooser.min.js",
"unpkg": "dist/license-chooser.min.js",
"files": [
"dist/*.{js,map}",
"dist/img/*.svg"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && shx rm -rf ./docs && shx cp -r ./dist ./docs",
Expand Down

0 comments on commit 00099ae

Please sign in to comment.