Skip to content

Commit 3cd4bb3

Browse files
authored
Make pkg-resolve an optional dep (#238)
1 parent 387aeee commit 3cd4bb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
],
2020
"dependencies": {
2121
"object-assign": "^4.0.1",
22-
"pkg-resolve": "^0.1.7",
2322
"postcss": "^5.0.14",
2423
"postcss-value-parser": "^3.2.3",
2524
"promise-each": "^2.2.0",
@@ -33,6 +32,9 @@
3332
"npmpub": "^3.0.1",
3433
"postcss-scss": "^0.1.3"
3534
},
35+
"optionalDependencies": {
36+
"pkg-resolve": "^0.1.7"
37+
},
3638
"jspm": {
3739
"name": "postcss-import",
3840
"main": "index.js",

0 commit comments

Comments
 (0)