Skip to content

Commit 5bc69cc

Browse files
author
Nathan Reyes
committed
Roll revision
1 parent a1907b3 commit 5bc69cc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.md
1+
*.md
2+
*.json

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "v-calendar",
3-
"version": "0.7.5",
3+
"version": "0.8.0",
44
"description": "A clean and extendable plugin for building simple attributed calendars in Vue.js.",
55
"keywords": [
66
"vue",
7+
"vuejs",
78
"plugin",
89
"calendar",
910
"datepicker",
@@ -37,7 +38,6 @@
3738
"build:docs": "node build/build.js"
3839
},
3940
"dependencies": {
40-
"date-fns": "2.0.0-alpha.7",
4141
"vue": "^2.5.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)