Skip to content

Commit

Permalink
version: bump version to 3.x (#11)
Browse files Browse the repository at this point in the history
* version: bump version to 3.x
  • Loading branch information
xudafeng authored Jun 11, 2019
1 parent 8c78e36 commit 098191b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- '8'
- '10'
- '12'
install:
- npm i npminstall && npminstall
script:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ exports.datahub = {

## Contributors

|[<img src="https://avatars1.githubusercontent.com/u/11460601?v=4" width="100px;"/><br/><sub><b>zivyll</b></sub>](https://github.com/zivyll)<br/>|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>
| :---: | :---: |
|[<img src="https://avatars1.githubusercontent.com/u/11460601?v=4" width="100px;"/><br/><sub><b>zivyangll</b></sub>](https://github.com/zivyangll)<br/>|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src="https://avatars1.githubusercontent.com/u/2139038?v=4" width="100px;"/><br/><sub><b>zhangyuheng</b></sub>](https://github.com/zhangyuheng)<br/>|[<img src="https://avatars0.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|
| :---: | :---: | :---: | :---: |


This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Sat Apr 28 2018 22:10:19 GMT+0800`.
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Jun 11 2019 09:21:41 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->

Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-datahub",
"version": "2.0.1",
"version": "3.0.0",
"description": "Macaca DataHub plugin for Egg.js",
"eggPlugin": {
"name": "datahub",
Expand Down Expand Up @@ -39,8 +39,8 @@
"egg-mock": "^3.13.1",
"eslint": "3",
"eslint-config-egg": "3",
"git-contributor": "^1.0.8",
"pre-commit": "^1.2.2"
"git-contributor": "1",
"husky": "^2.4.0"
},
"engines": {
"node": ">=8.9.0"
Expand All @@ -54,9 +54,11 @@
"autod": "autod",
"contributor": "git-contributor"
},
"pre-commit": [
"lint"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"ci": {
"version": "8, 10"
},
Expand Down

0 comments on commit 098191b

Please sign in to comment.