Archived
1
0

Added Site Metadata and PurgeCSS as a dev dependency

This commit is contained in:
2020-01-10 09:54:40 +01:00
parent 3f03324b7f
commit 9e7db9a91b
3 changed files with 96 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "urban_website",
"private": false,
"description": "Simple website of the Urban Brothers.",
"description": "Simple homepage of the Urban Brothers.",
"version": "0.1.0",
"license": "MIT",
"scripts": {
@@ -20,7 +20,8 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"purgecss": "^1.4.2"
},
"repository": {
"type": "git",