Skip to content

Commit

Permalink
Merge pull request pivotal-cf#50 from aredridel/fix-deps-css-code
Browse files Browse the repository at this point in the history
fix(code): use scoped deps and loose semver
  • Loading branch information
jefflembeck committed Mar 15, 2016
2 parents 9e5cb0e + 8ccc4b8 commit 96579e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pivotal-ui/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.0.0",
"version": "2.0.1",
"homepage": "http://styleguide.pivotal.io/objects.html#code",
"dependencies": {
"pui-css-iconography": "2.0.0"
"@npmcorp/pui-css-iconography": "^2.0.0"
}
}
}

0 comments on commit 96579e6

Please sign in to comment.