2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-22 07:30:33 +03:00

Change main entry point

This commit is contained in:
cristian.jora
2017-04-18 09:20:19 +03:00
parent c6c43e56a5
commit 59ddd55051
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "vue-form-wizard", "name": "vue-form-wizard",
"version": "0.1.5", "version": "0.1.5",
"description": "A vue based tab/form wizard", "description": "A vue based tab/form wizard",
"main": "dist/vue-tab-wizard.js", "main": "dist/vue-form-wizard.js",
"homepage": "https://github.com/cristijora/vue-form-wizard", "homepage": "https://github.com/cristijora/vue-form-wizard",
"scripts": { "scripts": {
"dev": "node build/dev-server.js", "dev": "node build/dev-server.js",