Skip to content

Commit 044900c

Browse files
author
Douglas Blumeyer
committed
fix(dependency): remove unused font-awesome dependency for pui-css-typography
Pui-css-typography does not appear to use font-awesome so we would like to remove it.
1 parent 472b988 commit 044900c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"homepage": "http://styleguide.pivotal.io/",
33
"dependencies": {
4-
"pui-css-bootstrap": "2.1.0-alpha.1",
5-
"font-awesome": "^4.4.0"
4+
"pui-css-bootstrap": "2.1.0-alpha.1"
65
},
76
"version": "2.1.0-alpha.1"
87
}

0 commit comments

Comments
 (0)