Skip to content

Commit 26f5e9e

Browse files
committed
Enabled build on windows to succeed
1 parent 60e3188 commit 26f5e9e

File tree

2 files changed

+39
-19
lines changed

2 files changed

+39
-19
lines changed

package-lock.json

Lines changed: 36 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git://github.com/CassetteRocks/react-infinite-scroller.git"
1010
},
1111
"scripts": {
12-
"build": "mkdir -p dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js",
12+
"build": "mkdirp dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js",
1313
"prepublish": "npm run build",
1414
"test": "nyc npm run spec",
1515
"spec": "_mocha -R spec ./test/test_helper.js --recursive test/*_test.js",
@@ -33,6 +33,7 @@
3333
"url": "https://github.com/CassetteRocks/react-infinite-scroller/issues"
3434
},
3535
"dependencies": {
36+
"mkdirp": "^0.5.1",
3637
"prop-types": "^15.5.8"
3738
},
3839
"peerDependencies": {
@@ -72,4 +73,4 @@
7273
"sinon": "^2.1.0",
7374
"webpack": "^2.5.1"
7475
}
75-
}
76+
}

0 commit comments

Comments
 (0)