Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 632e183

Browse files
committed
Require CC 1.2 for Java 7
1 parent 0f323bc commit 632e183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-closurecompiler",
33
"description": "The ClosureCompiler.js Grunt Task",
4-
"version": "0.9.6",
4+
"version": "0.9.7",
55
"author": {
66
"name": "Daniel Wirtz",
77
"email": "dcode@dcode.io"
@@ -16,7 +16,7 @@
1616
"license": "Apache License, Version 2.0",
1717
"main": "Gruntfile.js",
1818
"dependencies": {
19-
"closurecompiler": ">=1.1"
19+
"closurecompiler": ">=1.2"
2020
},
2121
"engines": {
2222
"node": ">=0.8.0"

0 commit comments

Comments
 (0)