We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7be4c9 commit f3c588eCopy full SHA for f3c588e
package.json
@@ -12,10 +12,10 @@
12
"e2e": "node test/e2e/runner.js",
13
"test": "npm run unit && npm run e2e",
14
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
15
- "lib": "vue build src/components/Datasource.vue --prod --lib vue-datasource"
+ "lib": "vue build src/index.js --prod --lib vue-datasource"
16
},
17
"license": "MIT",
18
- "main": "dist/src/components/Datasource.js",
+ "main": "dist/src/index.js",
19
"repository": {
20
"type": "git",
21
"url": "git+https://github.com/coderdiaz/vue-datasource.git"
0 commit comments