File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes By Release
2
+ ## 6.0.1
3
+ - mincer upgrade to 2.0.1. (fixes connect-assets security warnings)
2
4
3
5
## 6.0.0
4
6
- drop support for Node.js versions older than 6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " connect-assets" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"author" : " Andrew Dunkman <andrew@dunkman.org>" ,
5
5
"description" : " A Rails-like asset pipeline for Connect" ,
6
6
"license" : " MIT" ,
25
25
],
26
26
"repository" : {
27
27
"type" : " git" ,
28
- "url" : " https://github.com/adunkman /connect-assets.git"
28
+ "url" : " https://github.com/js-kyle /connect-assets.git"
29
29
},
30
30
"engines" : {
31
31
"node" : " >=6.0.0"
38
38
"argparse" : " 1.0.7" ,
39
39
"csswring" : " 5.0.0" ,
40
40
"mime" : " 1.4.1" ,
41
- "mincer" : " 2.0.0 " ,
41
+ "mincer" : " 2.0.1 " ,
42
42
"postcss" : " 5.0.21" ,
43
43
"uglify-js" : " 2.6.2"
44
44
},
You can’t perform that action at this time.
0 commit comments