Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QC-L committed May 6, 2020
1 parent 0cb8461 commit 03e1a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-remax-app",
"version": "2.0.0-alpha.5",
"version": "2.0.0",
"description": "Create Remax apps with no build configuration.",
"bin": {
"create-remax-app": "./bin/create-remax-app"
Expand Down
2 changes: 1 addition & 1 deletion temp/js/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{#if one}}
"react-dom": "^16.12.0",
{{/if}}
"remax": "^2.0.0-alpha.16"
"remax": "^2.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2"
Expand Down
2 changes: 1 addition & 1 deletion temp/ts/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{#if one}}
"react-dom": "^16.12.0",
{{/if}}
"remax": "^2.0.0-alpha.16"
"remax": "^2.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
Expand Down

0 comments on commit 03e1a86

Please sign in to comment.