Browse Source

update

master
xiaoz 2 years ago
parent
commit
1465b0cc94
  1. 3
      package.json

3
package.json

@ -4,7 +4,8 @@ @@ -4,7 +4,8 @@
"description": "node.js hello world",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node app.js"
},
"repository": {
"type": "git",

Loading…
Cancel
Save