Skip to content

Commit c82aeca

Browse files
authored
Merge pull request #8 from BrockReece/master
Remove redundant package and bump package number
2 parents e0b511e + ed51cd6 commit c82aeca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-moment",
3-
"version": "1.0.5",
3+
"version": "1.0.8",
44
"description": "Handy Moment.js filters for your Vue.js project",
55
"main": "vue-moment.js",
66
"scripts": {
@@ -25,7 +25,6 @@
2525
},
2626
"homepage": "https://github.com/brockpetrie/vue-moment#readme",
2727
"dependencies": {
28-
"moment": "^2.11.1",
29-
"moment-business-days": "0.0.10"
28+
"moment": "^2.11.1"
3029
}
3130
}

0 commit comments

Comments
 (0)