diff --git a/README.md b/README.md index 5dd3938..cb05833 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,9 @@ This will download the source code for the latest version of Vue-DevTools and do This is not for those *using* this repo, but for those *maintaining* it. 1. When updating the version of NW.js devDependency, also update these: + * `package.json` devDeps, build nwVersion, * `tests/unit/setup.js` * `tests/unit/components/__snapshots__/HelloWorld.test.js.snap` * `.browserslistrc` +1. Bump the version number, and all the npm scripts reference the version number 1. Run `npm run regression` after updating dependencies or other major changes to verify builds still work correctly diff --git a/package.json b/package.json index 91d10de..4dec5a1 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools-prebuilt/extension'", "build": { - "nwVersion": "v0.43.2", + "nwVersion": "v0.43.6", "nwFlavor": "normal", "targets": [ "zip",