Skip to content

Commit

Permalink
package: fix bad JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 13, 2015
1 parent 4f259ab commit b25808b
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 @@
"main": "index.js",
"browser": "browser.js",
"scripts": {
"unit": "node test/index.js | tspec"
"unit": "node test/index.js | tspec",
"standard": "standard",
"test": "npm run standard && npm run unit"
},
Expand Down

0 comments on commit b25808b

Please sign in to comment.