Skip to content

Commit 16292d5

Browse files
authored
Merge pull request #140 from ntwb/patch-1
Update minimum NodeJS and NPM versions required
2 parents a3ea3ec + d3f2263 commit 16292d5

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
@@ -2,6 +2,7 @@
22
"name": "postcss-loader",
33
"version": "1.1.1",
44
"description": "PostCSS loader for webpack",
5+
"engines": { "node": ">=0.12", "npm": ">=3" },
56
"keywords": ["webpack", "loader", "css", "postcss", "postcss-runner"],
67
"author": "Andrey Sitnik <andrey@sitnik.ru>",
78
"license": "MIT",

0 commit comments

Comments
 (0)