diff --git a/package.json b/package.json index 891b60b..0b288f0 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,6 @@ "version": "0.0.1", "description": "Bitcoin BIP32 hierarchical deterministic keys", "main": "lib/hdkey.js", - "directories": { - "test": "test" - }, - "scripts": { - "test": "mocha" - }, "repository": { "type": "git", "url": "git://github.com/cryptocoinjs/hdkey"