From 7707eccbf6248bc2af32e087d89af982b60f791d Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Mon, 11 Nov 2019 19:20:23 -0500 Subject: [PATCH] Change Vue-DevTools utility --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d4cfcba..c515e80 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "test:e2e": "vue-cli-service test:e2e", "test:unit": "jest --config jest.config.js --coverage --runInBand", "validate": "npm run lint && npm run test:unit && npm run build:vue", - "update:vue-devtools": "rimraf ./node_modules/nw-vue-devtools && npm install" + "update:vue-devtools": "rimraf ./node_modules/nw-vue-devtools-prebuilt && npm install" }, "dependencies": { "express": "^4.17.1" @@ -70,7 +70,7 @@ "jest-environment-jsdom-global": "^1.2.0", "jest-transform-stub": "^2.0.0", "nw": "0.42.0-sdk", - "nw-vue-devtools": "^1.3.0", + "nw-vue-devtools-prebuilt": "^0.0.10", "nwjs-builder-phoenix": "^1.15.0", "nwjs-types": "^1.0.0", "rimraf": "^3.0.0", @@ -79,7 +79,7 @@ "vue-template-compiler": "^2.6.10", "wait-on": "^3.3.0" }, - "chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools/extension'", + "chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'", "build": { "nwVersion": "v0.42.0", "nwFlavor": "normal",