Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit f3c588e

Browse files
committed
Added new build
1 parent c7be4c9 commit f3c588e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"e2e": "node test/e2e/runner.js",
1313
"test": "npm run unit && npm run e2e",
1414
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
15-
"lib": "vue build src/components/Datasource.vue --prod --lib vue-datasource"
15+
"lib": "vue build src/index.js --prod --lib vue-datasource"
1616
},
1717
"license": "MIT",
18-
"main": "dist/src/components/Datasource.js",
18+
"main": "dist/src/index.js",
1919
"repository": {
2020
"type": "git",
2121
"url": "git+https://github.com/coderdiaz/vue-datasource.git"

0 commit comments

Comments
 (0)