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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed May 14, 2017
1 parent 431f52c commit e39c7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "4.5.0"
- "4"
- "6"
- "7"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"authors": [
"Yan Qing <[email protected]>"
],
"version": "2.1.1",
"version": "2.1.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:toajs/toa-router.git"
},
"engines": {
"node": ">= 4.0.0"
"node": ">= 4.5.0"
},
"homepage": "https://github.com/toajs/toa-router",
"keywords": [
Expand All @@ -23,15 +23,15 @@
"trie-router"
],
"dependencies": {
"route-trie": "^2.1.0",
"route-trie": "^2.2.0",
"thunks": "^4.7.6"
},
"devDependencies": {
"istanbul": "^0.4.5",
"standard": "^10.0.2",
"supertest": "^3.0.0",
"tman": "^1.6.6",
"toa": "^2.6.4"
"tman": "^1.6.7",
"toa": "^2.6.5"
},
"scripts": {
"test": "standard && tman",
Expand Down

0 comments on commit e39c7ea

Please sign in to comment.