diff --git a/package.json b/package.json index 2b371a0..eb57731 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "url": "git://github.com/feross/location-history.git" }, "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-node": "tape test/*.js" + "test": "standard && tape test/*.js" } }