Skip to content

Commit

Permalink
Simplify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Aug 9, 2014
1 parent 4ba1fcf commit 64bbf6d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
"url": "https://github.com/aredridel/html5"
},
"contributors": [
{
"name": "Aria Stewart",
"email": "aredridel@nbtsc.org",
"github": "aredridel",
"url": "http://dinhe.net/~aredridel/"
},
{
"name": "Arthur Taylor",
"github": "codders"
Expand Down Expand Up @@ -60,7 +54,7 @@
"lib": "lib"
},
"scripts": {
"test": "PATH=$PATH:`npm bin` tape `find test -name '*-test.js'`"
"test": "tape `find test -name '*-test.js'`"
},
"license": "MIT"
}

0 comments on commit 64bbf6d

Please sign in to comment.