Build bump

This commit is contained in:
The Jared Wilcurt 2020-01-19 09:01:38 -05:00
parent 482cffbb4e
commit 5d315f08cb
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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",