Skip to content

Commit

Permalink
simplify test package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 18, 2014
1 parent 2f60d01 commit a0933d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/package.json
@@ -1,13 +1,7 @@
{
"name": "test",
"version": "0.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"browserify": {
"transform": ["brfs"]
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
}
}
}

0 comments on commit a0933d7

Please sign in to comment.