mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-25 06:30:33 +03:00
fix: nodejs 17 compatibility
This commit is contained in:
+4
-4
@@ -40,10 +40,10 @@
|
|||||||
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve --open",
|
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
|
||||||
"demo:build": "vue-cli-service build",
|
"demo:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
||||||
"lib:build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
"lib:build": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^2.6.12"
|
"vue": "^2.6.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user