mirror of
https://github.com/tenrok/vue-cron-editor-bootstrap.git
synced 2026-06-20 20:10:34 +03:00
Layout fixes (#4)
* Layout fixes * Package version Co-authored-by: Alex Freitas <afreitas@jbssa.com>
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-cron-editor-bootstrap",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"private": false,
|
||||
"main": "dist/vueCronEditorBootstrap.umd.js",
|
||||
"module": "dist/vueCronEditorBootstrap.esm.js",
|
||||
@@ -13,7 +13,6 @@
|
||||
"build:npm": "vue-cli-service build --target lib --name vueCronEditorBootstrap src/VueCronEditorBootstrap.vue"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap-vue": "^2.14.0",
|
||||
"core-js": "^3.6.5",
|
||||
"cron-validator": "^1.1.1",
|
||||
"cronstrue": "^1.94.0",
|
||||
@@ -41,7 +40,8 @@
|
||||
"sass-loader": "^8.0.0",
|
||||
"standard-version": "^8.0.0",
|
||||
"typescript": "~3.5.3",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"bootstrap-vue": "^2.14.0"
|
||||
},
|
||||
"author": "alexmfreitas",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user