2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-20 06:20:33 +03:00

Fix: removed moment.js as dependency

This commit is contained in:
zunicma
2020-07-02 13:48:13 +02:00
parent c57d9b1db0
commit 75cefb398d
2 changed files with 2 additions and 10 deletions
+1 -6
View File
@@ -1,6 +1,6 @@
{
"name": "vue-ganttastic",
"version": "0.9.18",
"version": "0.9.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3194,11 +3194,6 @@
"minimist": "^1.2.5"
}
},
"moment": {
"version": "2.27.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz",
"integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ=="
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+1 -4
View File
@@ -1,6 +1,6 @@
{
"name": "vue-ganttastic",
"version": "0.9.19",
"version": "0.9.21",
"description": "A simple and customizable Gantt chart component for Vue.js",
"repository": {
"type": "git",
@@ -32,8 +32,5 @@
},
"peerDependencies": {
"moment": "^2.26.0"
},
"dependencies": {
"moment": "^2.27.0"
}
}