quoted-printable
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "quoted-printable", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A robust & character encoding–agnostic JavaScript implementation of the `Quoted-Printable` content transfer encoding as defined by RFC 2045.", | ||
@@ -48,2 +48,5 @@ "homepage": "http://mths.be/quoted-printable", | ||
}, | ||
"dependencies": { | ||
"utf8": "~2.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -59,5 +62,4 @@ "grunt": "~0.4.4", | ||
"requirejs": "~2.1.11", | ||
"string.fromcodepoint": "~0.2.0", | ||
"utf8": "~2.0.0" | ||
"string.fromcodepoint": "~0.2.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
/*! http://mths.be/quoted-printable v0.2.0 by @mathias | MIT license */ | ||
/*! http://mths.be/quoted-printable v0.2.1 by @mathias | MIT license */ | ||
;(function(root) { | ||
@@ -129,3 +129,3 @@ | ||
'decode': decode, | ||
'version': '0.2.0' | ||
'version': '0.2.1' | ||
}; | ||
@@ -132,0 +132,0 @@ |
17678
10
1
+ Addedutf8@~2.0.0
+ Addedutf8@2.0.0(transitive)