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

Commit

Permalink
Release 1.2.2 which bumps deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mach6 committed Aug 14, 2017
1 parent 6255923 commit d5116f7
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 60 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.2.2_ : Updates dependencies (google-closure-compiler-js, chalk).
- _1.2.1_ : Updates dependencies.
- _1.2.0_ : Remove bluebird dependency. Fix bugs.
- _1.1.7_ : Updates dependencies (node-minify).
Expand Down
133 changes: 76 additions & 57 deletions package-lock.json

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

6 changes: 3 additions & 3 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.2.1",
"version": "1.2.2",
"author": {
"name": "Doug Simmons",
"email": "[email protected]",
Expand All @@ -22,8 +22,8 @@
"test": "grunt default"
},
"dependencies": {
"chalk": "^2.0.1",
"google-closure-compiler-js": "^20170626.0.0",
"chalk": "^2.1.0",
"google-closure-compiler-js": "^20170806.0.0",
"node-minify": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit d5116f7

Please sign in to comment.