Skip to content

Commit

Permalink
Merge pull request #45 from aredridel/fix-deps-back-to-top
Browse files Browse the repository at this point in the history
fix(back-to-top): Use scoped deps
  • Loading branch information
jefflembeck committed Mar 15, 2016
2 parents 181d955 + 69f6ad2 commit 8e737f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pivotal-ui/components/back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "http://styleguide.pivotal.io/objects.html#back_to_top",
"dependencies": {
"pui-css-bootstrap": "2.0.0",
"pui-css-links": "2.0.0",
"pui-css-iconography": "2.0.0"
"@npmcorp/pui-css-bootstrap": "2.0.0",
"@npmcorp/pui-css-links": "2.0.0",
"@npmcorp/pui-css-iconography": "2.0.0"
},
"version": "2.0.0"
}
"version": "2.0.1"
}

0 comments on commit 8e737f1

Please sign in to comment.