Merge pull request #2009 from themgt/master

adding package.json start script
This commit is contained in:
Harutyun Amirjanyan 2014-06-18 11:05:47 +04:00
commit ffe22ce2be

View file

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