Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed committed Aug 11, 2020
1 parent e2bcd29 commit ecd2dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "vue-daily-schedule",
"version": "1.0.0",
"version": "0.2.1",
"private": false,
"author": "Burhanuddin Ahmed",
"license": "MIT",
"description": "A Vue.js component for continuous weekly/daily scheduling",
"main": "dist/vue-schedule.umd.js",
"module": "dist/vue-schedule.esm.js",
"unpkg": "dist/vue-schedule.min.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": "burhanahmeed/vue-daily-schedule",
"keywords": [
"vue",
Expand Down

0 comments on commit ecd2dc2

Please sign in to comment.