We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34f1df commit 704ba35Copy full SHA for 704ba35
package.json
@@ -3,13 +3,15 @@
3
"description": "Simple Vue.js line-by-line svg polygon editor",
4
"version": "1.0.0",
5
"author": "Francis Cote <[email protected]>",
6
- "main" : "dist/vue-polygon-editor.js",
+ "main" : "src/index.js",
7
"scripts": {
8
"dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack.dev.config.js --open --hot",
9
"build": "cross-env NODE_ENV=production webpack --progress --config webpack.dev.config.js --hide-modules",
10
"release": "cross-env NODE_ENV=production webpack --progress --config webpack.release.config.js --hide-modules"
11
},
12
"files": [
13
+ "src/index.js",
14
+ "src/PolygonEditor.vue",
15
"dist/*",
16
"README.md",
17
"LICENSE"
0 commit comments