Skip to content

Commit 9691d17

Browse files
committed
Moved mkdirp to dev-dependencies
1 parent 26f5e9e commit 9691d17

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 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": "mkdirp 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,18 +23,13 @@
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": {
3330
"url": "https://github.com/CassetteRocks/react-infinite-scroller/issues"
3431
},
3532
"dependencies": {
36-
"mkdirp": "^0.5.1",
3733
"prop-types": "^15.5.8"
3834
},
3935
"peerDependencies": {
@@ -64,6 +60,7 @@
6460
"istanbul": "^0.4.5",
6561
"jsdom": "^10.0.0",
6662
"lint-staged": "^4.3.0",
63+
"mkdirp": "^0.5.1",
6764
"mocha": "^3.3.0",
6865
"nyc": "^10.2.0",
6966
"prettier": "^1.7.4",

0 commit comments

Comments
 (0)