Skip to content

Commit 82297f8

Browse files
committed
Forgot to remove pkg from package.json.
1 parent af952d8 commit 82297f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"test": "mocha"
2424
},
2525
"dependencies": {
26-
"arr-flatten": "^1.0.1",
27-
"array-slice": "^0.2.3"
26+
"arr-flatten": "^1.0.1"
2827
},
2928
"devDependencies": {
3029
"array-differ": "^1.0.0",
@@ -49,4 +48,4 @@
4948
]
5049
}
5150
}
52-
}
51+
}

0 commit comments

Comments
 (0)