Inline font-awesome icons (#134)

This commit is contained in:
Christopher Chedeau 2020-01-04 12:47:12 -08:00 committed by GitHub
parent 490438960d
commit 3172109050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 32 deletions

View file

@ -6,9 +6,6 @@
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"lodash": "4.17.15",
"react": "16.12.0",
"react-dom": "16.12.0",
@ -30,12 +27,7 @@
"test": "react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"],
"eslintConfig": {
"extends": "react-app"
},
@ -45,12 +37,7 @@
}
},
"lint-staged": {
"*.{js,css,json,md,ts,tsx}": [
"prettier --write",
"git add"
],
"*.{js,ts,tsx}": [
"eslint"
]
"*.{js,css,json,md,ts,tsx}": ["prettier --write", "git add"],
"*.{js,ts,tsx}": ["eslint"]
}
}