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

Commit

Permalink
Bump node-minify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mach6 committed Nov 24, 2017
1 parent 2f1384a commit 6b7c23d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ grunt.initConfig({
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/).

## Release History
- _1.3.2_ : Updates dependencies (node-minify).
- _1.3.1_ : Updates dependencies (chalk).
- _1.3.0_ : Updates dependencies (node-minify, chalk).
- _1.2.4_ : Updates dependencies (google-closure-compiler-js, node-minify).
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-node-minify",
"description": "Grunt plugin for node-minify",
"version": "1.3.1",
"version": "1.3.2",
"author": {
"name": "Doug Simmons",
"email": "[email protected]",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"chalk": "^2.3.0",
"google-closure-compiler-js": "^20170910.0.1",
"node-minify": "^2.4.0"
"node-minify": "^2.4.1"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand Down

0 comments on commit 6b7c23d

Please sign in to comment.