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

Commit

Permalink
Merge pull request #34 from chuckcarpenter/bower
Browse files Browse the repository at this point in the history
setting up for bower
  • Loading branch information
chuckcarpenter committed Jan 2, 2014
2 parents a74611a + 3dd573e commit be42e7e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm-debug.log
node_modules
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "REM-unit-polyfill",
"version": "1.1.0",
"homepage": "https://github.com/chuckcarpenter/REM-unit-polyfill",
"authors": [
"Chuck Carpenter <chuck.carpenter@me.com>",
"Lucas Serven <lserven@gmail.com>"
],
"description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers",
"main": "rem.js",
"keywords": [
"polyfill",
"rem",
"css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit be42e7e

Please sign in to comment.