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

Commit 46d05a8

Browse files
committed
Bump to v1.3.4 - update google-closure-compiler-js
1 parent bb515e4 commit 46d05a8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.4_ : Updates dependencies (google-closure-compiler-js).
9899
- _1.3.3_ : Updates dependencies (google-closure-compiler-js).
99100
- _1.3.2_ : Updates dependencies (node-minify).
100101
- _1.3.1_ : Updates dependencies (chalk).

package.json

Lines changed: 3 additions & 3 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.3",
4+
"version": "1.3.4",
55
"author": {
66
"name": "Doug Simmons",
77
"email": "doug@mach6.net",
@@ -23,14 +23,14 @@
2323
},
2424
"dependencies": {
2525
"chalk": "^2.3.0",
26-
"google-closure-compiler-js": "^20171203.0.0",
26+
"google-closure-compiler-js": "^20180101.0.0",
2727
"node-minify": "^2.4.1"
2828
},
2929
"devDependencies": {
3030
"grunt": "^1.0.1",
3131
"grunt-contrib-clean": "^1.1.0",
3232
"grunt-contrib-jshint": "^1.1.0",
33-
"grunt-mocha-cli": "^3.0.0"
33+
"grunt-mocha-cli": "^4.0.0"
3434
},
3535
"keywords": [
3636
"gruntplugin"

0 commit comments

Comments
 (0)