Skip to content

Commit

Permalink
Tweaks to 1.0 port. Docs and demo update
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Jun 11, 2015
1 parent 18ecf1d commit 461efec
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 192 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18n-msg",
"version": "1.0.1",
"version": "1.0.0",
"authors": [
"Eric Bidelman <ebidel@>"
],
Expand All @@ -22,10 +22,11 @@
"/tests/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.0.0",
"polymer": "Polymer/polymer#^1.0.3",
"observe-js": "Polymer/observe-js"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "Polymer/web-component-tester#master"
}
}
4 changes: 2 additions & 2 deletions demo.html → demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>i18n-msg element Demo</title>

<script src="../webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="i18n-msg.html">
<script src="../../webcomponentsjs/webcomponents-lite.min.js"></script>
<link rel="import" href="../i18n-msg.html">

</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 461efec

Please sign in to comment.