Skip to content

Commit ce7ce55

Browse files
authored
Merge pull request #186 from k2snowman69/k2snowman69/crossPlatformBuild
Enabled build on Windows
2 parents 60e3188 + 9691d17 commit ce7ce55

File tree

2 files changed

+41
-24
lines changed

2 files changed

+41
-24
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: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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":
13+
"mkdirp dist && babel src/InfiniteScroll.js --out-file dist/InfiniteScroll.js",
1314
"prepublish": "npm run build",
1415
"test": "nyc npm run spec",
1516
"spec": "_mocha -R spec ./test/test_helper.js --recursive test/*_test.js",
@@ -22,11 +23,7 @@
2223
"git add"
2324
]
2425
},
25-
"keywords": [
26-
"infinite",
27-
"scroll",
28-
"react"
29-
],
26+
"keywords": ["infinite", "scroll", "react"],
3027
"author": "CassetteRocks",
3128
"license": "MIT",
3229
"bugs": {
@@ -63,6 +60,7 @@
6360
"istanbul": "^0.4.5",
6461
"jsdom": "^10.0.0",
6562
"lint-staged": "^4.3.0",
63+
"mkdirp": "^0.5.1",
6664
"mocha": "^3.3.0",
6765
"nyc": "^10.2.0",
6866
"prettier": "^1.7.4",
@@ -72,4 +70,4 @@
7270
"sinon": "^2.1.0",
7371
"webpack": "^2.5.1"
7472
}
75-
}
73+
}

0 commit comments

Comments
 (0)