fix most gcc warnings
This commit is contained in:
parent
ca784a684e
commit
ddc430a6d3
9 changed files with 248 additions and 244 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue