Skip to content

Commit

Permalink
Merge pull request #54 from aredridel/fix-deps-lists
Browse files Browse the repository at this point in the history
fix(lists): use scoped deps and loose semver
  • Loading branch information
jefflembeck committed Mar 15, 2016
2 parents 5dd6ed5 + fe1c46b commit 760f858
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pivotal-ui/components/lists/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"homepage": "http://styleguide.pivotal.io/elements.html#lists",
"dependencies": {
"pui-css-bootstrap": "2.0.0",
"pui-css-iconography": "2.0.0",
"pui-css-typography": "2.0.0"
"@npmcorp/pui-css-bootstrap": "^2.0.0",
"@npmcorp/pui-css-iconography": "^2.0.0",
"@npmcorp/pui-css-typography": "^2.0.0"
},
"version": "2.2.0"
}
"version": "2.2.1"
}

0 comments on commit 760f858

Please sign in to comment.