Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 6b7c23d

Browse files
committed
Bump node-minify.
1 parent 2f1384a commit 6b7c23d

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ grunt.initConfig({
9595
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
9696

9797
## Release History
98+
- _1.3.2_ : Updates dependencies (node-minify).
9899
- _1.3.1_ : Updates dependencies (chalk).
99100
- _1.3.0_ : Updates dependencies (node-minify, chalk).
100101
- _1.2.4_ : Updates dependencies (google-closure-compiler-js, node-minify).

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-node-minify",
33
"description": "Grunt plugin for node-minify",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"author": {
66
"name": "Doug Simmons",
77
"email": "doug@mach6.net",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"chalk": "^2.3.0",
2626
"google-closure-compiler-js": "^20170910.0.1",
27-
"node-minify": "^2.4.0"
27+
"node-minify": "^2.4.1"
2828
},
2929
"devDependencies": {
3030
"grunt": "^1.0.1",

0 commit comments

Comments
 (0)