@ecapp/cra-template-ts
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@ecapp/cra-template-ts", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "react", |
# ecapp-template-typescript | ||
```sh | ||
npx create-react-app ecapp-app --scripts-version @ecapp/scripts --template @ecapp/ts | ||
npx create-react-app ecapp-xxx --scripts-version @ecapp/scripts --template @ecapp/ts | ||
# or | ||
yarn create react-app ecapp-app --scripts-version @ecapp/scripts --template @ecapp/ts | ||
yarn create react-app ecapp-xxx --scripts-version @ecapp/scripts --template @ecapp/ts | ||
``` |
{ | ||
"package": { | ||
"files": [ | ||
"build", | ||
"lib", | ||
"es" | ||
], | ||
"types": "./lib/ecapp-app-env.d.ts", | ||
"dependencies": { | ||
@@ -20,10 +26,4 @@ "@testing-library/jest-dom": "^5.11.4", | ||
}, | ||
"files": [ | ||
"build", | ||
"lib", | ||
"es" | ||
], | ||
"types": "./lib/ecapp-app-env.d.ts", | ||
"license": "MIT" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package