Skip to content

Commit

Permalink
Version 0.0.79 with Fix #54 for Polymer 2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed May 13, 2017
1 parent 3887aa9 commit b204775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-element",
"version": "0.0.78",
"version": "0.0.79",
"authors": [
"Tetsuya Mori <t2y3141592@gmail.com>"
],
Expand All @@ -27,10 +27,7 @@
"bower_components"
],
"dependencies": {
"polymer": "^2.0.0-rc.7",
"deepcopy": "^0.6.3",
"iron-localstorage": "PolymerElements/iron-localstorage#2.0-preview",
"iron-ajax": "PolymerElements/iron-ajax#2.0-preview",
"polymer": "^2.0.0-rc.9",
"i18n-behavior": "#2.0-develop"
},
"devDependencies": {
Expand All @@ -49,8 +46,8 @@
"test-fixture": "PolymerElements/test-fixture"
},
"resolutions": {
"polymer": "^2.0.0-rc.7",
"webcomponentsjs": "^v1.0.0-rc.8",
"polymer": "^2.0.0-rc.9",
"webcomponentsjs": "^1.0.0",
"test-fixture": "^3.0.0-rc.1",
"i18n-behavior": "2.0-develop",
"iron-ajax": "2.0-preview",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-element",
"version": "0.0.78",
"version": "0.0.79",
"description": "I18N Base Element for Polymer 2.x",
"main": "i18n-element.html",
"directories": {
Expand Down

0 comments on commit b204775

Please sign in to comment.