Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 7233f53

Browse files
committed
chore: cleanup
1 parent fb36a86 commit 7233f53

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"browser": {
2121
"./src/sha.js": "./src/sha.browser.js"
2222
},
23-
"pre-push": [
24-
"lint",
25-
"test"
26-
],
2723
"scripts": {
2824
"test": "aegir test",
2925
"test:browser": "aegir test -t browser",
@@ -44,10 +40,10 @@
4440
"err-code": "^1.1.2",
4541
"js-sha3": "~0.8.0",
4642
"multihashes": "~0.4.13",
47-
"murmurhash3js-revisited": "^3.0.0",
48-
"sinon": "^7.2.7"
43+
"murmurhash3js-revisited": "^3.0.0"
4944
},
5045
"devDependencies": {
46+
"sinon": "^7.2.7",
5147
"aegir": "^18.0.3",
5248
"benchmark": "^2.1.4",
5349
"chai": "^4.1.2",

0 commit comments

Comments
 (0)