Skip to content

Commit

Permalink
add polymer
Browse files Browse the repository at this point in the history
  • Loading branch information
g200kg committed Jun 1, 2016
1 parent 88ff5fd commit 680f628
Show file tree
Hide file tree
Showing 18 changed files with 17,517 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
bower_components
polymer
platform
\.sass-cache
Expand Down
30 changes: 30 additions & 0 deletions bower_components/webcomponentsjs/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "webcomponentsjs",
"main": "webcomponents.js",
"version": "0.7.22",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"keywords": [
"webcomponents"
],
"license": "BSD",
"ignore": [],
"devDependencies": {
"web-component-tester": "^4.0.1"
},
"_release": "0.7.22",
"_resolution": {
"type": "version",
"tag": "v0.7.22",
"commit": "50f9751f8e638301603aebb33ba9f1e90d2b0d32"
},
"_source": "https://github.com/Polymer/webcomponentsjs.git",
"_target": "^0.7.20",
"_originalSource": "webcomponentsjs"
}
Loading

0 comments on commit 680f628

Please sign in to comment.