cra-template-ditto
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "cra-template-ditto", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "template.json", |
@@ -13,5 +13,3 @@ { | ||
"styled-components": "^5.1.1", | ||
"styled-normalize": "^8.0.7" | ||
}, | ||
"devDependencies": { | ||
"styled-normalize": "^8.0.7", | ||
"@types/node": "^14.0.27", | ||
@@ -22,6 +20,3 @@ "@types/react": "^16.9.46", | ||
"typescript": "~3.9.7" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
} | ||
} |
29746
291