Skip to content

Commit b9fb054

Browse files
authored
Merge pull request #6 from jackmoore/patch-2
Removed unused dependency
2 parents 5911f22 + 6a019ac commit b9fb054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
"benchmarks": "node benchmark"
2222
},
2323
"dependencies": {
24-
"is-equal-shallow": "^0.1.3",
25-
"is-primitive": "^2.0.0"
24+
"is-equal-shallow": "^0.1.3"
2625
},
2726
"devDependencies": {
2827
"benchmarked": "^0.1.5",

0 commit comments

Comments
 (0)