Skip to content

Commit 6e21931

Browse files
authored
Merge pull request #71 from cyclejs-community/cycle-scripts-release
package.json update
2 parents 7e6acca + 6aad3fc commit 6e21931

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/create-cycle-app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
},
88
"keywords": [],
99
"author": "Geovani Souza <geovanisouza92@gmail.com>",
10+
"contributors": [
11+
{ "name": "Geovani Souza", "email": "geovanisouza92@gmail.com" },
12+
{ "name": "Nick Balestra", "email": "nick@balestra.ch" }
13+
],
1014
"license": "ISC",
1115
"bin": {
1216
"create-cycle-app": "./index.js"

packages/cycle-scripts/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"url": "git+https://github.com/cyclejs-community/create-cycle-app.git"
1212
},
1313
"author": "Nick Balestra <nick@balestra.ch>",
14+
"contributors": [
15+
{ "name": "Geovani Souza", "email": "geovanisouza92@gmail.com" },
16+
{ "name": "Nick Balestra", "email": "nick@balestra.ch" }
17+
],
1418
"license": "MIT",
1519
"bugs": {
1620
"url": "https://github.com/cyclejs-community/create-cycle-app/issues"

0 commit comments

Comments
 (0)