Skip to content

Commit b16053c

Browse files
committed
fix: upgrade spawn-wrap to version that works with new shelljs (#242)
1 parent 24f55e7 commit b16053c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"rimraf": "^2.5.0",
8686
"signal-exit": "^2.1.1",
8787
"source-map": "^0.5.3",
88-
"spawn-wrap": "^1.2.1",
88+
"spawn-wrap": "^1.2.2",
8989
"strip-bom": "^3.0.0",
9090
"yargs": "^4.4.0"
9191
},
@@ -136,4 +136,4 @@
136136
"strip-bom",
137137
"yargs"
138138
]
139-
}
139+
}

0 commit comments

Comments
 (0)