Skip to content

Commit

Permalink
Merge pull request #13 from pkaske/polymer-1.0
Browse files Browse the repository at this point in the history
Polymer 1.0
  • Loading branch information
ebidel committed Jun 11, 2015
2 parents 143a9b5 + d36a7eb commit 18ecf1d
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 153 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bower_components
node_modules
node_modules
.idea
9 changes: 3 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-msg",
"version": "0.0.5",
"version": "1.0.1",
"authors": [
"Eric Bidelman <ebidel@>"
],
Expand All @@ -22,13 +22,10 @@
"/tests/"
],
"dependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0",
"polymer": "Polymer/polymer#^0.5.5"
"polymer": "Polymer/polymer#^1.0.0",
"observe-js": "Polymer/observe-js"
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#master"
},
"resolutions": {
"webcomponentsjs": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="import" href="i18n-msg.html">

</head>
<body unresolved>
<body>

<p>"Days" in selected language is: <b><i18n-msg id="daysMsgEl" msgid="days">PLACEHOLDER_STRING</i18n-msg></b>!</p>
<p>"Hours" in selected language is: <b><i18n-msg msgid="hours">PLACEHOLDER_STRING</i18n-msg></b>!</p>
Expand Down
Loading

0 comments on commit 18ecf1d

Please sign in to comment.