This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "REM-unit-polyfill", | ||
"version": "1.2.4", | ||
"version": "1.3.2", | ||
"homepage": "https://github.com/chuckcarpenter/REM-unit-polyfill", | ||
"authors": [ | ||
"Chuck Carpenter <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "rem", | ||
"description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers", | ||
"main": "js/rem.js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"authors": [ | ||
"Chuck Carpenter <[email protected]>", | ||
"Lucas Serven <[email protected]>" | ||
|