fix most gcc warnings

This commit is contained in:
Leo Horie 2016-06-03 23:55:31 -04:00
parent ca784a684e
commit ddc430a6d3
9 changed files with 248 additions and 244 deletions

View file

@ -7,6 +7,8 @@
"main": "index.js",
"scripts": {
"build": "node bundler/bundler",
"minify": "uglifyjs mithril.js -m -c -o mithril.min.js",
"size": "uglifyjs mithril.js -m -c | gzipped",
"lint": "eslint .",
"test": "node ospec/bin/ospec",
"cover": "istanbul cover --print both ospec/bin/ospec"