Skip to content

Commit

Permalink
chore(deps): Disallow on node 9/10.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton authored Aug 16, 2018
1 parent bc07177 commit afa858e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"peerDependencies": {
"karma": ">=0.9"
},
"engines": {
"node": ">= 6 < 9"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
Expand Down

3 comments on commit afa858e

@johnjbarton
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not intend to commit directly, but there it is.

@DivyaVenugopal
Copy link

Choose a reason for hiding this comment

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

Can you point me to a reason for this change?

@johnjbarton
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry I don't remember why I did this and my description is completely lame.

This package needs some help.

Please sign in to comment.