Skip to content

Commit

Permalink
adds standard (resolves #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 13, 2015
1 parent a68231a commit 4f259ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"browser": "browser.js",
"scripts": {
"test": "node test/index.js | tspec"
"unit": "node test/index.js | tspec"
"standard": "standard",
"test": "npm run standard && npm run unit"
},
"repository": {
"type": "git",
Expand All @@ -24,6 +26,7 @@
},
"devDependencies": {
"tap-spec": "^1.0.1",
"tape": "^3.0.3"
"tape": "^3.0.3",
"standard": "^5.0.0"
}
}

0 comments on commit 4f259ab

Please sign in to comment.