Skip to content

Commit 1309bf7

Browse files
authored
Merge pull request #12 from koajs/debug-pin-3
deps: pin debug@3
2 parents 06d3984 + bbaee98 commit 1309bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
sudo: false
12
node_js:
23
- "0.12"
34
- "4"
45
- "5"
5-
sudo: false
66
language: node_js
77
script: "npm run test-travis"
88
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": "koajs/sendfile",
1212
"dependencies": {
13-
"debug": "*",
13+
"debug": "^3.2.5",
1414
"etag": "^1.5.1",
1515
"mz": "2"
1616
},

0 commit comments

Comments
 (0)