2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-25 10:50:34 +03:00

Removed moment.js as dev dependency

This commit is contained in:
Marko Zunic
2020-06-03 13:10:27 +02:00
parent 6e34cf8ba6
commit 13562fd67b
2 changed files with 2 additions and 9 deletions
+1 -7
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue-ganttastic", "name": "vue-ganttastic",
"version": "0.9.12", "version": "0.9.13",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -3174,12 +3174,6 @@
"minimist": "1.2.5" "minimist": "1.2.5"
} }
}, },
"moment": {
"version": "2.26.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.26.0.tgz",
"integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==",
"dev": true
},
"ms": { "ms": {
"version": "2.1.2", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+1 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue-ganttastic", "name": "vue-ganttastic",
"version": "0.9.13", "version": "0.9.14",
"description": "A simple and customizable Gantt chart component for Vue.js", "description": "A simple and customizable Gantt chart component for Vue.js",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -27,7 +27,6 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"bili": "^4.10.0", "bili": "^4.10.0",
"moment": "^2.26.0",
"rollup-plugin-vue": "^5.1.9", "rollup-plugin-vue": "^5.1.9",
"vue-template-compiler": "^2.6.11" "vue-template-compiler": "^2.6.11"
}, },