Skip to content

Commit

Permalink
Merge pull request #4 from DanielGibbsNZ/feature/support-node-8
Browse files Browse the repository at this point in the history
Support Node 8
  • Loading branch information
EnoahNetzach committed Dec 15, 2017
2 parents 18a7990 + d2c32f7 commit 55132da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "extract-scss-variables",
"version": "0.2.1",
"engines": {
"node": "^4 || ^6 || ^7"
"node": ">=4"
},
"description": "Extract variables from SCSS files",
"keywords": [
Expand Down

2 comments on commit 55132da

@thecodejack
Copy link

@thecodejack thecodejack commented on 55132da May 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EnoahNetzach Can you please publish a version with this change? This is stopping me to upgrade my project to node 8. Looks like this is not there in 0.2.1

@donni106
Copy link

@donni106 donni106 commented on 55132da Nov 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EnoahNetzach Can you please publish a version with this change?

Issue: #5

Please sign in to comment.