Skip to content

Commit

Permalink
Use tilde range instead of caret range
Browse files Browse the repository at this point in the history
Newer versions of chai require nodejs 6+
  • Loading branch information
tolbertam committed Oct 8, 2018
1 parent f470e9e commit 04fc027
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 @@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/node": "^8.0.24",
"chai": "^3.5.0",
"chai-string": "^1.3.0",
"chai": "~3.5.0",
"chai-string": "~1.3.0",
"debug": "^2.5.2",
"mocha": "^2.4.5",
"typescript": "^2.4.2"
Expand Down

0 comments on commit 04fc027

Please sign in to comment.