diff --git a/package.json b/package.json index 900f37e5..f1bf8438 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" }