Skip to content

Commit 00099ae

Browse files
author
Brylie Christopher Oxley
committed
Add files and modules settings
1 parent 23e91e0 commit 00099ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
"url": "git+https://github.com/creativecommons/chooser.git"
1313
},
1414
"license": "MIT",
15+
"main": "dist/license-chooser.min.js",
16+
"browser": "dist/license-chooser.min.js",
17+
"module": "dist/license-chooser.min.js",
18+
"unpkg": "dist/license-chooser.min.js",
19+
"files": [
20+
"dist/*.{js,map}",
21+
"dist/img/*.svg"
22+
],
1523
"scripts": {
1624
"serve": "vue-cli-service serve",
1725
"build": "vue-cli-service build && shx rm -rf ./docs && shx cp -r ./dist ./docs",

0 commit comments

Comments
 (0)