Skip to content

Commit d891881

Browse files
committed
update to mincer@2.0.1
1 parent cc6a12a commit d891881

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changes By Release
2+
## 6.0.1
3+
- mincer upgrade to 2.0.1. (fixes connect-assets security warnings)
24

35
## 6.0.0
46
- drop support for Node.js versions older than 6

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-assets",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"author": "Andrew Dunkman <andrew@dunkman.org>",
55
"description": "A Rails-like asset pipeline for Connect",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/adunkman/connect-assets.git"
28+
"url": "https://github.com/js-kyle/connect-assets.git"
2929
},
3030
"engines": {
3131
"node": ">=6.0.0"
@@ -38,7 +38,7 @@
3838
"argparse": "1.0.7",
3939
"csswring": "5.0.0",
4040
"mime": "1.4.1",
41-
"mincer": "2.0.0",
41+
"mincer": "2.0.1",
4242
"postcss": "5.0.21",
4343
"uglify-js": "2.6.2"
4444
},

0 commit comments

Comments
 (0)