dooboo-cli
Advanced tools
Comparing version 2.0.4 to 2.1.0
## Changelogs | ||
**[2.0.+]** | ||
**[2.1.0]** | ||
- Add missing templates folder. | ||
**[2.0.+]** | ||
- Compatible with RN >= 0.60. | ||
@@ -6,0 +9,0 @@ - Run pod installation after installation in rn. |
@@ -11,3 +11,3 @@ { | ||
"lint": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
"build": "npm run tsc && npm run lint" | ||
"build": "npm run lint && npm run tsc && cp -r templates lib/" | ||
}, | ||
@@ -14,0 +14,0 @@ "author": "dooboolab", |
{ | ||
"name": "dooboo-cli", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "starting react express app with me!", | ||
@@ -11,3 +11,3 @@ "bin": { | ||
"lint": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
"build": "npm run tsc && npm run lint" | ||
"build": "npm run lint && npm run tsc && cp -r templates lib/" | ||
}, | ||
@@ -14,0 +14,0 @@ "author": "dooboolab", |
77479
34
1900