Update default and --minimal app skeletons. Fixes #9961 (#9977)

This commit is contained in:
Rob Fallows
2018-06-11 14:15:39 +01:00
committed by Ben Newman
parent 923949c7eb
commit a9af151df9
4 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,6 @@
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "test/main.js"
"testModule": "tests/main.js"
}
}

View File

@@ -16,6 +16,6 @@
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "test/main.js"
"testModule": "tests/main.js"
}
}