File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " q-encoding" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"main" : " q.js" ,
5
5
"ignore" : [
6
6
" bin" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " q-encoding" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047." ,
5
5
"repo" : " mathiasbynens/q-encoding" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " q-encoding" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"description" : " A robust & character encoding–agnostic JavaScript implementation of the `Q` encoding as defined by RFC 2047." ,
5
5
"homepage" : " https://mths.be/q" ,
6
6
"main" : " q.js" ,
43
43
"test" : " node tests/tests.js"
44
44
},
45
45
"dependencies" : {
46
- "utf8" : " ^2.1.0 "
46
+ "utf8" : " ^2.1.2 "
47
47
},
48
48
"devDependencies" : {
49
49
"grunt" : " ^0.4.5" ,
50
50
"grunt-shell" : " ^1.1.2" ,
51
51
"grunt-template" : " ^0.2.3" ,
52
- "istanbul" : " ^0.3.6 " ,
52
+ "istanbul" : " ^0.4.5 " ,
53
53
"qunit-extras" : " ^1.4.1" ,
54
54
"qunitjs" : " ~1.11.0" ,
55
55
"regenerate" : " ^1.2.1" ,
Original file line number Diff line number Diff line change 1
- /*! https://mths.be/q v0.1.1 by @mathias | MIT license */
1
+ /*! https://mths.be/q v1.0.0 by @mathias | MIT license */
2
2
; ( function ( root ) {
3
3
4
4
// Detect free variables `exports`.
60
60
var q = {
61
61
'encode' : encode ,
62
62
'decode' : decode ,
63
- 'version' : '0.1.1 '
63
+ 'version' : '1.0.0 '
64
64
} ;
65
65
66
66
// Some AMD build optimizers, like r.js, check for specific condition patterns
You can’t perform that action at this time.
0 commit comments