Skip to content

Commit

Permalink
fix(autocomplete): Use scoped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Mar 15, 2016
1 parent db300d2 commit ccf832c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pivotal-ui/components/autocomplete/package.json
Expand Up @@ -2,8 +2,8 @@
"description": "CSS for react autocomplete",
"homepage": "http://styleguide.pivotal.io/react.html#autocomplete_react",
"dependencies": {
"pui-css-bootstrap": "2.0.0",
"pui-css-forms": "2.0.0"
"@npmcorp/pui-css-bootstrap": "2.0.0",
"@npmcorp/pui-css-forms": "2.0.0"
},
"version": "2.0.0"
}
"version": "2.0.1"
}

0 comments on commit ccf832c

Please sign in to comment.