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

Commit 632e7ae

Browse files
committed
node >= 0.4 comp / travis
1 parent 01c975f commit 632e7ae

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,6 +1,6 @@
11
{
22
"name": "closurecompiler",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "ClosureCompiler.js: Closure Compiler for node.js. The all-round carefree package.",
55
"author": "Daniel Wirtz <[email protected]>",
66
"contributors": [
@@ -25,7 +25,7 @@
2525
},
2626
"license": "Apache License, Version 2.0",
2727
"engines": {
28-
"node": ">=0.6"
28+
"node": ">=0.4"
2929
},
3030
"preferGlobal": true,
3131
"scripts": {

0 commit comments

Comments
 (0)