Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Savage committed May 14, 2015
1 parent 7d7568a commit aee4ebd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,20 @@
"homepage": "https://github.com/PolymerElements/gold-cc-cvc-input",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^0.9.0",
"iron-icon": "PolymerElements/iron-icon#^0.9.0",
"paper-input": "PolymerElements/paper-input#^0.9.0",
"paper-styles": "PolymerElements/paper-styles#^0.9.0"
"paper-styles": "PolymerElements/paper-styles#^0.9.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"polymer": "Polymer/polymer#^0.9.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^0.9.0",
"webcomponentsjs": "*",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^0.9.0",
"test-fixture": "PolymerElements/test-fixture#^0.9.0",
"web-component-tester": "*"
},
"resolutions": {
"webcomponentsjs": "^0.7.0"
}
}

0 comments on commit aee4ebd

Please sign in to comment.