adding package.json start script

This commit is contained in:
Paul 2014-06-16 14:08:34 -04:00
commit 9a4bb06bb7

View file

@ -30,6 +30,7 @@
"lib": "lib/ace"
},
"scripts": {
"start": "node static.js",
"test": "node lib/ace/test/all.js"
}
}