Skip to content

Commit

Permalink
fixed npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Feb 14, 2015
1 parent ecff091 commit dec694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Console tracer for Web SQL or SQLite",
"main": "webSqlTracer.js",
"scripts": {
"build": "grunt",
"build": "npm install && grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"jshint": "jshint webSqlTracer.js"
},
Expand Down

0 comments on commit dec694d

Please sign in to comment.