Skip to content

Commit f2fa45c

Browse files
committed
npm install --save mkdirp
1 parent 308df9c commit f2fa45c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"globby": "^3.0.1",
22+
"mkdirp": "^0.5.1",
2223
"neo-async": "^1.0.0",
2324
"postcss": "^5.0.0",
2425
"read-file-stdin": "^0.2.0",
@@ -33,4 +34,4 @@
3334
"postcss-import": "^7.1.0",
3435
"postcss-url": "^4.0.0"
3536
}
36-
}
37+
}

0 commit comments

Comments
 (0)