Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 4, 2017
1 parent ad3e986 commit 8c3e108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
- "7"
sudo: false
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
],
"dependencies": {},
"devDependencies": {
"async": "^2.1.2",
"bluebird": "^3.4.6",
"async": "^2.1.4",
"bluebird": "^3.4.7",
"co": "^4.6.0",
"istanbul": "^0.4.5",
"jsbench": "^1.1.0",
"promise": "^7.1.1",
"regenerator": "^0.8.46",
"should": "^11.1.1",
"standard": "^8.5.0",
"thenjs": "^2.0.4",
"tman": "^1.6.1",
"ts-node": "^1.6.1",
"typescript": "^2.0.6"
"regenerator": "^0.9.5",
"should": "^11.2.0",
"standard": "^8.6.0",
"thenjs": "^2.0.5",
"tman": "^1.6.4",
"ts-node": "^2.0.0",
"typescript": "^2.1.5"
},
"scripts": {
"test": "standard && tman test/index",
Expand Down

0 comments on commit 8c3e108

Please sign in to comment.