Skip to content

Commit 9088a86

Browse files
Update package.json
package.json preinstall instruction added, to avoid npm not installing required package dependencies.
1 parent cd5c5dc commit 9088a86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"type": "git",
1414
"url": "https://github.com/MadLittleMods/postcss-css-variables.git"
1515
},
16+
"preinstall": "npm install escape-string-regexp extend match-recursive postcss",
1617
"dependencies": {
1718
"escape-string-regexp": "^1.0.3",
1819
"extend": "^3.0.1",

0 commit comments

Comments
 (0)