Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
add bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Nov 8, 2013
1 parent 8231c0c commit aae4449
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "../"
}
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "MutationObservers",
"version": "0.0.20131107",
"homepage": "https://github.com/Polymer/MutationObservers",
"authors": [
"The Polymer Authors"
],
"description": "Mutation Observers Polyfill",
"main": "MutationObserver.js",
"keywords": [
"mutationobservers"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit aae4449

Please sign in to comment.