Skip to content

Commit 0683db1

Browse files
committed
v0.5.2
1 parent c82de1b commit 0683db1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.5.1"
6+
"version": "0.5.2"
77
}

packages/reactful-main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "reactful",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "An opinionated CLI for full-stack server-rendered React applications",
55
"repository": "jscomplete/reactful",
66
"author": "Samer Buna <[email protected]>",
77
"license": "MIT",
88
"bin": {
9-
"react": "bin/react.js"
9+
"reactful": "bin/reactful.js"
1010
},
1111
"dependencies": {
1212
"fs-jetpack": "^1.1.0",

0 commit comments

Comments
 (0)