Skip to content

Commit

Permalink
fix: update package.json engines field (carbon-design-system#448)
Browse files Browse the repository at this point in the history
* fix: update package.json engines field

* Update package.json

* Update package.json

* chore: clean-up extra chars from GitHub editor
  • Loading branch information
joshblack authored and marijohannessen committed Nov 30, 2017
1 parent e5dca27 commit 546a7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"eyeglass-module"
],
"engines": {
"node": "^6.0.0 || ^8.0.0",
"npm": "^4.0.0 || ^5.0.0"
"node": "6.x || 7.x || 9.x",
"yarn": "1.3.2"
},
"dependencies": {
"carbon-icons": "^6.0.4",
Expand Down

0 comments on commit 546a7e4

Please sign in to comment.