Skip to content

Commit

Permalink
remove config from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 8, 2014
1 parent 3f9b18c commit 8a6fc8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,9 @@
"description": "A collection of useful utilities.",
"main": "index.js",
"scripts": {
"test": "make test-all",
"test": "make test-all"
},
"config": {
"blanket": { "pattern": "utility/lib" },
"travis-cov": { "threshold": 99 }
},
Expand Down

0 comments on commit 8a6fc8b

Please sign in to comment.