Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit be42e7e

Browse files
Merge pull request #34 from chuckcarpenter/bower
setting up for bower
2 parents a74611a + 3dd573e commit be42e7e

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
npm-debug.log
2+
node_modules

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "REM-unit-polyfill",
3+
"version": "1.1.0",
4+
"homepage": "https://github.com/chuckcarpenter/REM-unit-polyfill",
5+
"authors": [
6+
"Chuck Carpenter <chuck.carpenter@me.com>",
7+
"Lucas Serven <lserven@gmail.com>"
8+
],
9+
"description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers",
10+
"main": "rem.js",
11+
"keywords": [
12+
"polyfill",
13+
"rem",
14+
"css"
15+
],
16+
"license": "MIT",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
24+
}

0 commit comments

Comments
 (0)