Skip to content

Commit

Permalink
update contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Apr 21, 2018
1 parent e7b5e1c commit 48237ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@
---

> qrcode generator
<!-- 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://avatars1.githubusercontent.com/u/17233599?v=4" width="100px;"/><br/><sub><b>Chan-Chun</b></sub>](https://github.com/Chan-Chun)<br/>
| :---: | :---: |


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

<!-- GITCONTRIBUTOR_END -->
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "cross-env NODE_ENV=production webpack -p --progress --hide-modules",
"serve": "npm run dev:test &",
"test": "macaca run -d ./test --reporter macaca-reporter",
"ci": "npm run lint && npm run serve && npm run test"
"ci": "npm run lint && npm run serve && npm run test",
"contributor": "git-contributor"
},
"repository": {
"type": "git",
Expand All @@ -40,6 +41,7 @@
"eslint-plugin-vue-libs": "^1.2.1",
"file-loader": "^0.9.0",
"fork-me-on-github-vue": "^1.0.3",
"git-contributor": "^1.0.8",
"json-loader": "^0.5.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
Expand Down

0 comments on commit 48237ef

Please sign in to comment.