Skip to content

Commit 9095c69

Browse files
committed
Partial update of dependencies
- defined 0.0.0 -> 1.0.0 - isarray 0.0.1 -> 1.0.0 - nub 0.0.0 -> 1.0.0
1 parent ee80ac4 commit 9095c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"dependencies": {
88
"JSONStream": "~0.8.4",
99
"browser-pack": "^5.0.1",
10-
"defined": "0.0.0",
10+
"defined": "^1.0.0",
1111
"deps-topo-sort": "~0.2.1",
1212
"inherits": "^2.0.1",
13-
"isarray": "0.0.1",
13+
"isarray": "^1.0.0",
1414
"labeled-stream-splicer": "^1.0.0",
1515
"minimist": "~0.2.0",
16-
"nub": "0.0.0",
16+
"nub": "^1.0.0",
1717
"outpipe": "^1.1.0",
1818
"reversepoint": "~0.2.0",
1919
"stream-combiner": "~0.2.1",

0 commit comments

Comments
 (0)