Skip to content

Commit 704ba35

Browse files
author
Francis Cote
committed
Including src in package
1 parent d34f1df commit 704ba35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"description": "Simple Vue.js line-by-line svg polygon editor",
44
"version": "1.0.0",
55
"author": "Francis Cote <[email protected]>",
6-
"main" : "dist/vue-polygon-editor.js",
6+
"main" : "src/index.js",
77
"scripts": {
88
"dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack.dev.config.js --open --hot",
99
"build": "cross-env NODE_ENV=production webpack --progress --config webpack.dev.config.js --hide-modules",
1010
"release": "cross-env NODE_ENV=production webpack --progress --config webpack.release.config.js --hide-modules"
1111
},
1212
"files": [
13+
"src/index.js",
14+
"src/PolygonEditor.vue",
1315
"dist/*",
1416
"README.md",
1517
"LICENSE"

0 commit comments

Comments
 (0)