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 e8711c4 commit aa7de2cCopy full SHA for aa7de2c
light/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vue-js-cron/light",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "lightweight vue.js cron editor",
5
"main": "dist/light.umd.js",
6
"module": "dist/light.esm.js",
@@ -21,7 +21,7 @@
21
"build:unpkg": "yarn rollup --config build/rollup.config.js --format iife --file dist/light.min.js"
22
},
23
"dependencies": {
24
- "@vue-js-cron/core": "2.1.0"
+ "@vue-js-cron/core": "2.1.1"
25
26
"devDependencies": {
27
"@vue/cli-service": "^4.5.15",
0 commit comments