Skip to content

Commit 1175920

Browse files
fix: minimum node version in package.json (#733)
1 parent a3ac649 commit 1175920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bugs": "https://github.com/webpack-contrib/sass-loader/issues",
1010
"main": "dist/cjs.js",
1111
"engines": {
12-
"node": ">= 8.9.0"
12+
"node": ">= 6.9.0"
1313
},
1414
"scripts": {
1515
"start": "npm run build -- -w",

0 commit comments

Comments
 (0)