Skip to content

Commit

Permalink
deps: pin debug@3 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and dead-horse committed Sep 12, 2018
1 parent e9adf00 commit cf4d236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
sudo: false
node_js:
- "0.12"
- "1"
Expand Down
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -21,12 +21,15 @@
},
"license": "MIT",
"dependencies": {
"koa-compose": "^2.2.0",
"debug": "*"
"debug": "^3.2.5",
"koa-compose": "^2.2.0"
},
"scripts": {
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"publishConfig": {
"tag": "latest-1"
}
}

0 comments on commit cf4d236

Please sign in to comment.