Skip to content

Commit

Permalink
fix: minimum node version in package.json (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 20, 2019
1 parent a3ac649 commit 1175920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"bugs": "https://github.com/webpack-contrib/sass-loader/issues",
"main": "dist/cjs.js",
"engines": {
"node": ">= 8.9.0"
"node": ">= 6.9.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit 1175920

Please sign in to comment.