Skip to content

Commit ecd2dc2

Browse files
committed
0.2.1
1 parent e2bcd29 commit ecd2dc2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "vue-daily-schedule",
3-
"version": "1.0.0",
3+
"version": "0.2.1",
44
"private": false,
55
"author": "Burhanuddin Ahmed",
66
"license": "MIT",
77
"description": "A Vue.js component for continuous weekly/daily scheduling",
88
"main": "dist/vue-schedule.umd.js",
99
"module": "dist/vue-schedule.esm.js",
1010
"unpkg": "dist/vue-schedule.min.js",
11-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com/"
13+
},
1214
"repository": "burhanahmeed/vue-daily-schedule",
1315
"keywords": [
1416
"vue",

0 commit comments

Comments
 (0)