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

Commit

Permalink
Release 1.1.5 - Bump google-closure-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mach6 committed May 25, 2017
1 parent 892df14 commit cbe2282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.1.5_ : Updates dependencies
- _1.1.4_ : Updates dependencies
- _1.1.3_ : Updates dependencies
- _1.1.2_ : Updates dependencies
Expand Down
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.1.4",
"version": "1.1.5",
"author": {
"name": "Doug Simmons",
"email": "[email protected]",
Expand All @@ -22,7 +22,7 @@
"test": "grunt default"
},
"dependencies": {
"google-closure-compiler-js": "^20170423.0.0",
"google-closure-compiler-js": "^20170521.0.0",
"node-minify": "^2.0.4",
"bluebird": "^3.5.0",
"chalk": "^1.1.3"
Expand Down

0 comments on commit cbe2282

Please sign in to comment.