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

Commit aae4449

Browse files
committed
add bower config
1 parent 8231c0c commit aae4449

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "../"
3+
}

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "MutationObservers",
3+
"version": "0.0.20131107",
4+
"homepage": "https://github.com/Polymer/MutationObservers",
5+
"authors": [
6+
"The Polymer Authors"
7+
],
8+
"description": "Mutation Observers Polyfill",
9+
"main": "MutationObserver.js",
10+
"keywords": [
11+
"mutationobservers"
12+
],
13+
"license": "BSD",
14+
"private": true,
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)