Skip to content

Commit

Permalink
deps: autod (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored and popomore committed Jun 20, 2018
1 parent 18b67fd commit b0dd988
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- '6'
- '7'
- '8'
install:
- npm i npminstall && npminstall
script:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Alibaba Group Holding Limited and other contributors.
Copyright (c) 2017-present Alibaba Group Holding Limited and other contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: '6'
- nodejs_version: '7'
- nodejs_version: '8'

install:
- ps: Install-Product node $env:nodejs_version
Expand All @@ -10,7 +10,7 @@ install:
test_script:
- node --version
- npm --version
- npm run ci
- npm run test

build: off
services:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"database"
],
"dependencies": {
"ali-rds": "^3.0.0"
"ali-rds": "^3.0.1"
},
"devDependencies": {
"autod": "^2.8.0",
"egg": "^1.4.0",
"egg-bin": "^3.4.2",
"egg-ci": "^1.7.0",
"egg-mock": "^3.7.2",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"supertest": "^3.0.0",
"utility": "^1.12.0"
"autod": "^3.0.1",
"egg": "latest-1",
"egg-bin": "^4.7.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.17.1",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"supertest": "^3.1.0",
"utility": "^1.13.1"
},
"engines": {
"node": ">=6.0.0"
Expand All @@ -38,7 +38,7 @@
"autod": "autod"
},
"ci": {
"version": "6, 7",
"version": "6, 8",
"license": true,
"services": "mysql"
},
Expand Down

0 comments on commit b0dd988

Please sign in to comment.