diff --git a/README.md b/README.md index 09ea7fd..84b1e28 100644 --- a/README.md +++ b/README.md @@ -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.4_ : Updates dependencies (google-closure-compiler-js). - _1.3.3_ : Updates dependencies (google-closure-compiler-js). - _1.3.2_ : Updates dependencies (node-minify). - _1.3.1_ : Updates dependencies (chalk). diff --git a/package.json b/package.json index a8276b6..66b5bee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.3.3", + "version": "1.3.4", "author": { "name": "Doug Simmons", "email": "doug@mach6.net", @@ -23,14 +23,14 @@ }, "dependencies": { "chalk": "^2.3.0", - "google-closure-compiler-js": "^20171203.0.0", + "google-closure-compiler-js": "^20180101.0.0", "node-minify": "^2.4.1" }, "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-jshint": "^1.1.0", - "grunt-mocha-cli": "^3.0.0" + "grunt-mocha-cli": "^4.0.0" }, "keywords": [ "gruntplugin"