Skip to content

Commit

Permalink
fix(dependencies): Iconography has font-awesome as a true dependency so
Browse files Browse the repository at this point in the history
that npm 3 does not raise errors

[fixes #113594357]
  • Loading branch information
charleshansen committed Feb 12, 2016
1 parent c513b1c commit 0cc5ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/src/pivotal-ui/components/iconography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "http://styleguide.pivotal.io/",
"peerDependencies": {
"dependencies": {
"font-awesome": "^4.4.0"
},
"version": "3.1.2"
}
}
1 change: 0 additions & 1 deletion styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"font-awesome": "^4.4.0",
"lodash": "^3.10.1",
"pui-css-alignment": "file:../library/dist/css/alignment",
"pui-css-avatars": "file:../library/dist/css/avatars",
Expand Down

0 comments on commit 0cc5ebf

Please sign in to comment.