Skip to content

Commit cd146a0

Browse files
committed
add: font-awesome package.
1 parent df77ebd commit cd146a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"axios": "^0.18.0",
7+
"font-awesome": "^4.7.0",
78
"moment": "^2.24.0",
89
"prop-types": "^15.7.2",
910
"react": "^16.8.5",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4305,6 +4305,11 @@ follow-redirects@^1.3.0:
43054305
dependencies:
43064306
debug "^3.2.6"
43074307

4308+
font-awesome@^4.7.0:
4309+
version "4.7.0"
4310+
resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133"
4311+
integrity sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM=
4312+
43084313
for-in@^0.1.3:
43094314
version "0.1.8"
43104315
resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1"

0 commit comments

Comments
 (0)