Skip to content

Commit

Permalink
update packages and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Mar 8, 2017
1 parent 501691f commit 2999fde
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 91 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- "7"
- "6"
- "4"
script: npm run coverage
- stable
- 7
script:
- npm run coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa2-swagger-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "Swagger UI middleware for koa",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,13 +15,13 @@
"swagger-ui": "^2.2.10"
},
"peerDependencies": {
"koa": "^2.0.1"
"koa": "^2.1.0"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint": "^3.17.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"koa": "^2.0.1",
"koa": "^2.1.0",
"mocha": "^3.2.0",
"mocha-eslint": "^3.0.1",
"nodemon": "^1.11.0",
Expand Down
Loading

0 comments on commit 2999fde

Please sign in to comment.