cra-template-ditto
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cra-template-ditto", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "template.json", |
@@ -11,1 +11,7 @@ <h1 align="center"> | ||
</p> | ||
## 🚀 Usage | ||
```bash | ||
npx create-react-app your-awesome-app --template unicorn | ||
``` |
@@ -16,7 +16,7 @@ { | ||
"devDependencies": { | ||
"@types/node": "^12.0.0", | ||
"@types/react": "^16.9.0", | ||
"@types/react-dom": "^16.9.0", | ||
"@types/node": "^14.0.27", | ||
"@types/react": "^16.9.46", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/styled-components": "^5.1.2", | ||
"typescript": "~3.7.2" | ||
"typescript": "~3.9.7" | ||
}, | ||
@@ -23,0 +23,0 @@ "eslintConfig": { |
@@ -11,4 +11,12 @@ import { createGlobalStyle } from 'styled-components'; | ||
-webkit-user-drag: none; | ||
-webkit-tap-highlight-color: transparent; | ||
} | ||
a { | ||
color: inherit; | ||
cursor: pointer; | ||
touch-action: manipulation; | ||
text-decoration: none; | ||
} | ||
body { | ||
@@ -26,2 +34,4 @@ margin: 0; | ||
-webkit-font-smoothing: antialiased; | ||
letter-spacing: -0.4px; | ||
font-size: 16px; | ||
} | ||
@@ -28,0 +38,0 @@ |
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
505865
18
296
17