This commit is contained in:
The Jared Wilcurt 2020-01-19 08:14:54 -05:00
parent 7497fe7a41
commit 25c23d161e
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ NW.js + Vue-CLI 4 example
* A11Y Linting * A11Y Linting
* Jest Linting * Jest Linting
* Jest (100% test coverage) * Jest (100% test coverage)
* Jest Serializer Vue (TJW)
*Why not include Vue-Router or Vuex?* *Why not include Vue-Router or Vuex?*

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "nw-vue", "name": "nw-vue",
"version": "1.3.0", "version": "1.4.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -6,7 +6,7 @@
"To turn spell checking off, remove it from the chromium-args in this file" "To turn spell checking off, remove it from the chromium-args in this file"
], ],
"name": "nw-vue", "name": "nw-vue",
"version": "1.3.0", "version": "1.4.0",
"main": "http://localhost:8964", "main": "http://localhost:8964",
"node-remote": "http://localhost:8964", "node-remote": "http://localhost:8964",
"node-main": "", "node-main": "",