We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82de1b commit 0683db1Copy full SHA for 0683db1
2 files changed
lerna.json
@@ -3,5 +3,5 @@
3
"packages": [
4
"packages/*"
5
],
6
- "version": "0.5.1"
+ "version": "0.5.2"
7
}
packages/reactful-main/package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "reactful",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "An opinionated CLI for full-stack server-rendered React applications",
"repository": "jscomplete/reactful",
"author": "Samer Buna <samer@jscomplete.com>",
"license": "MIT",
8
"bin": {
9
- "react": "bin/react.js"
+ "reactful": "bin/reactful.js"
10
},
11
"dependencies": {
12
"fs-jetpack": "^1.1.0",
0 commit comments