Skip to content

Commit ec51cb0

Browse files
committed
fix(better-npm-run): broken windows build
npm run build (and therefore npm i) fails on windows #947 Looks like better-npm-run needed updating....
1 parent fa0b59e commit ec51cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"babel-eslint": "^5.0.0-beta6",
143143
"babel-plugin-react-transform": "^2.0.0",
144144
"babel-plugin-typecheck": "^3.6.0",
145-
"better-npm-run": "^0.0.4",
145+
"better-npm-run": "0.0.7",
146146
"bootstrap-sass": "^3.3.5",
147147
"bootstrap-sass-loader": "^1.0.9",
148148
"chai": "^3.3.0",

0 commit comments

Comments
 (0)