Skip to content

Commit

Permalink
[Dev Deps] use ~ for dev deps; update to latest nonbreaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 15, 2018
1 parent 24e0a8d commit 9d501ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -24,11 +24,11 @@
"through": "~2.3.8"
},
"devDependencies": {
"concat-stream": "~1.6.0",
"falafel": "~2.1.0",
"js-yaml": "~3.10.0",
"tap": "~8.0.1",
"tap-parser": "~3.0.4"
"concat-stream": "^1.6.1",
"falafel": "^2.1.0",
"js-yaml": "^3.11.0",
"tap": "^8.0.1",
"tap-parser": "^3.0.5"
},
"scripts": {
"test": "tap test/*.js"
Expand Down

0 comments on commit 9d501ff

Please sign in to comment.