We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8865b1 commit 11d7227Copy full SHA for 11d7227
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "create-remax-app",
3
- "version": "2.0.3",
+ "version": "2.0.4",
4
"description": "Create Remax apps with no build configuration.",
5
"bin": {
6
"create-remax-app": "./bin/create-remax-app"
temp/js/template/package.json
@@ -21,7 +21,7 @@
21
{{#if one}}
22
"react-dom": "^16.12.0",
23
{{/if}}
24
- "remax": "^2.0.2"
+ "remax": "^2.0.3"
25
},
26
"devDependencies": {
27
"cross-env": "^7.0.2"
temp/ts/template/package.json
"cross-env": "^7.0.2",
0 commit comments