Skip to content

Commit

Permalink
0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 14, 2015
1 parent 403aa4c commit 44a338a
Show file tree
Hide file tree
Showing 4 changed files with 5,318 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "polymer",
"version": "0.9.0",
"main": [
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/"
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
"webcomponentsjs": "^0.7.0"
},
"devDependencies": {
"web-component-tester": "*"
},
"private": true
}
Loading

0 comments on commit 44a338a

Please sign in to comment.