Skip to content

Commit 9f2b715

Browse files
author
fabianmoronzirfas
committed
docs(contributors): remove README section in favour of package.json
1 parent 388fbcf commit 9f2b715

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ Run the following and Extendscriptr will automatically run every time you save a
3737
./node_modules/.bin/watch "./node_modules/.bin/extendscriptr --script src/helloWorld.js --output dist/helloWord.js" src/
3838
```
3939

40-
## Authors/Contributors
41-
- Lucas Vogel [@vogelino](https://github.com/vogelino)
42-
- Fabian Morón Zirfas [@fabiantheblind](https://github.com/fabiantheblind)
43-
4440
### Contribute
4541
We would be happy to have contributions from other members as well. Don't hesitate to make pull requests or contact us if you wish to get contributor rights.
4642

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"path": "./node_modules/cz-conventional-changelog"
6767
}
6868
},
69+
"contributors": [
70+
"Lucas Vogel",
71+
"Fabian Morón Zirfas",
72+
"Bruno Herfst"
73+
74+
],
6975
"engineStrict": true,
7076
"engines": {
7177
"npm": ">=3.0.0"

0 commit comments

Comments
 (0)