Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 6941405

Browse files
author
Łukasz Florczak
committed
Fix bundle build command
1 parent 39df3bd commit 6941405

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
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-agile",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A carousel component for Vue.js",
55
"author": "Łukasz Florczak <[email protected]>",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"serve": "vue-cli-service serve --open ./demo/main.js",
16-
"build-bundle": "vue-cli-service build --target lib --name VueAgile ./src/index.js && rm dist/demo.html",
16+
"build-bundle": "vue-cli-service build --target lib --name VueAgile ./src/Agile.vue && rm dist/demo.html",
1717
"build-docs": "vue-cli-service build ./demo/main.js --dest ./docs",
1818
"lint": "vue-cli-service lint",
1919
"test:unit": "vue-cli-service test:unit"

0 commit comments

Comments
 (0)