Skip to content

Commit

Permalink
since node 7 is not supporteed anymore change to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
billouboq committed Aug 5, 2018
1 parent 2f99d9d commit 6427a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
},
"engineStrict": true,
"engines": {
"node": ">7.6.0"
"node": ">8.0.0"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A [PostCSS](https://github.com/postcss/postcss) plugin that removes duplicates c
npm install postcss-slash-css
```

This plugin only supports node v7.6.0 and over.
This plugin only supports node v8.0.0 and over.

## Usage

Expand Down

0 comments on commit 6427a65

Please sign in to comment.