Skip to content

Commit 64bbf6d

Browse files
committed
Simplify package.json
1 parent 4ba1fcf commit 64bbf6d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
"url": "https://github.com/aredridel/html5"
1616
},
1717
"contributors": [
18-
{
19-
"name": "Aria Stewart",
20-
"email": "[email protected]",
21-
"github": "aredridel",
22-
"url": "http://dinhe.net/~aredridel/"
23-
},
2418
{
2519
"name": "Arthur Taylor",
2620
"github": "codders"
@@ -60,7 +54,7 @@
6054
"lib": "lib"
6155
},
6256
"scripts": {
63-
"test": "PATH=$PATH:`npm bin` tape `find test -name '*-test.js'`"
57+
"test": "tape `find test -name '*-test.js'`"
6458
},
6559
"license": "MIT"
6660
}

0 commit comments

Comments
 (0)