Skip to content

Commit

Permalink
Merge pull request #13 from 1000ch/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
zenorocha committed Jan 19, 2015
2 parents 792236b + d4df408 commit ea31ad2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Or [download as ZIP](https://github.com/zenorocha/twitter-button/archive/master.
1. Import Web Components' polyfill:

```html
<script src="bower_components/platform/platform.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
```

2. Import Custom Element:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"bower_components"
],
"dependencies": {
"polymer": "Polymer/polymer#>=0.3.0 <1.0.0"
"polymer": "Polymer/polymer#~0.5.2"
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>&lt;twitter-button&gt;</title>

<!-- Importing Web Component's Polyfill -->
<script src="bower_components/platform/platform.js"></script>
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>

<!-- Importing Custom Elements -->
<link rel="import" href="src/twitter-button.html">
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.5.0",
"grunt-gh-pages": "~0.9.1",
"grunt-text-replace": "~0.3.11"
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.9.0",
"grunt-gh-pages": "^0.9.1",
"grunt-text-replace": "^0.4.0"
}
}

0 comments on commit ea31ad2

Please sign in to comment.