Skip to content

Commit 74a8f14

Browse files
author
Nick Balestra
committed
Publish
- create-cycle-app@3.0.5 - cycle-scripts@1.0.4
1 parent 6e21931 commit 74a8f14

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

packages/create-cycle-app/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "create-cycle-app",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Create Cycle.js with no build configuration.",
55
"scripts": {
66
"test": "jest"
77
},
88
"keywords": [],
99
"author": "Geovani Souza <geovanisouza92@gmail.com>",
1010
"contributors": [
11-
{ "name": "Geovani Souza", "email": "geovanisouza92@gmail.com" },
12-
{ "name": "Nick Balestra", "email": "nick@balestra.ch" }
11+
{
12+
"name": "Geovani Souza",
13+
"email": "geovanisouza92@gmail.com"
14+
},
15+
{
16+
"name": "Nick Balestra",
17+
"email": "nick@balestra.ch"
18+
}
1319
],
1420
"license": "ISC",
1521
"bin": {

packages/cycle-scripts/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cycle-scripts",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "create-cycle-app core flavor",
55
"main": "index.js",
66
"scripts": {
@@ -12,8 +12,14 @@
1212
},
1313
"author": "Nick Balestra <nick@balestra.ch>",
1414
"contributors": [
15-
{ "name": "Geovani Souza", "email": "geovanisouza92@gmail.com" },
16-
{ "name": "Nick Balestra", "email": "nick@balestra.ch" }
15+
{
16+
"name": "Geovani Souza",
17+
"email": "geovanisouza92@gmail.com"
18+
},
19+
{
20+
"name": "Nick Balestra",
21+
"email": "nick@balestra.ch"
22+
}
1723
],
1824
"license": "MIT",
1925
"bugs": {

0 commit comments

Comments
 (0)