Add a main script in package.json.

This commit is contained in:
Pierre-Yves Gerardy 2014-08-03 17:07:15 +02:00
parent 36eba7eb44
commit 5e78b320ec

View file

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