Skip to content

Commit 1175920

Browse files
authoredAug 20, 2019
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

+1-1
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)
Please sign in to comment.