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

Commit 10e54ed

Browse files
updating package version and better minified version
1 parent 85fce8a commit 10e54ed

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.jshintrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"node": true,
33
"browser": true,
4-
"es5": true,
54
"esnext": true,
65
"bitwise": true,
76
"camelcase": true,

js/rem.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rem",
33
"description": "A polyfill to parse CSS links and rewrite pixel equivalents into head for non supporting browsers",
44
"main": "js/rem.js",
5-
"version": "1.2.4",
5+
"version": "1.3.1",
66
"authors": [
77
"Chuck Carpenter <[email protected]>",
88
"Lucas Serven <[email protected]>"

0 commit comments

Comments
 (0)