Skip to content

Commit

Permalink
Bower configuration fix; added iron-ajax dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
platosha committed May 20, 2016
1 parent 29a7b36 commit ab695b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"api"
],
"main": [
"rest-api.html",
"rest-api-resource.html"
"rest-api.html"
],
"license": "Apache-2.0",
"homepage": "https://github.com/platosha/rest-api/",
Expand All @@ -27,7 +26,8 @@
"package.json"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0"
"polymer": "Polymer/polymer#^1.0.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
Expand Down

0 comments on commit ab695b8

Please sign in to comment.