Merge pull request #182 from pygy/master

Add a main script in package.json.
This commit is contained in:
Leo Horie 2014-08-05 21:46:06 -04:00
commit 0ad9a7d57c

View file

@ -4,6 +4,7 @@
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
"main": "mithril.js",
"devDependencies": { "devDependencies": {
"grunt-cli": "*", "grunt-cli": "*",
"grunt-contrib-copy": "*", "grunt-contrib-copy": "*",