Skip to content

Commit

Permalink
Merge 9bdd5a1 into 1624c92
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng authored Apr 20, 2018
2 parents 1624c92 + 9bdd5a1 commit f196496
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
$ npm i d3-tree --save-dev
```

<!-- GITCONTRIBUTOR_START -->

## Contributors

|[<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://avatars3.githubusercontent.com/u/15025212?v=4" width="100px;"/><br/><sub><b>zhuyali</b></sub>](https://github.com/zhuyali)<br/>|[<img src="https://avatars0.githubusercontent.com/u/8198256?v=4" width="100px;"/><br/><sub><b>SamuelZhaoY</b></sub>](https://github.com/SamuelZhaoY)<br/>|[<img src="https://avatars1.githubusercontent.com/u/11460601?v=4" width="100px;"/><br/><sub><b>zivyll</b></sub>](https://github.com/zivyll)<br/>
| :---: | :---: | :---: | :---: |


This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Fri Apr 20 2018 23:47:02 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->

## License

The MIT License (MIT)
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"cross-env": "^5.1.2",
"eslint": "^4.12.1",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "^1.0.5",
"macaca-cli": "^2.0.12",
"macaca-coverage": "^1.0.0",
"macaca-electron": "^1.1.17",
Expand All @@ -40,6 +41,7 @@
"lint": "eslint --fix lib assets test",
"dev:test": "cross-env NODE_ENV=test webpack-dev-server",
"serve": "npm run dev:test &",
"contributor": "git-contributor",
"test": "macaca run -d ./test --reporter macaca-reporter",
"prepublish": "npm run build",
"compile": "babel lib/ --out-dir dist/ -D",
Expand Down

0 comments on commit f196496

Please sign in to comment.