2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-20 20:10:34 +03:00

package json fix

This commit is contained in:
Alex Freitas
2020-05-21 18:01:20 -03:00
parent bede59ba0b
commit 43a932abb7
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "vue-cron-editor", "name": "vue-cron-editor-bootstrap",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
-1
View File
@@ -6,7 +6,6 @@
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"postinstall": "link-parent-bin -c src",
"release:samples": "vue-cli-service build && gh-pages -d dist" "release:samples": "vue-cli-service build && gh-pages -d dist"
}, },
"dependencies": { "dependencies": {