[Pkg-javascript-commits] [uglifyjs] 07/190: Make node.js 0.8 the minimum supported version.
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 7 23:17:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to annotated tag upstream/2.7.0
in repository uglifyjs.
commit 881bda7f59cd62f1123fafa2da817b8dc618c19f
Author: XhmikosR <xhmikosr at gmail.com>
Date: Tue Apr 14 23:17:41 2015 +0300
Make node.js 0.8 the minimum supported version.
Node.js 0.4 and 0.6 are ancient; things don't work there.
Update Travis CI configuration accordingly.
Note, that the npm update in Travis is needed for 0.8 only at the moment.
---
.travis.yml | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4e046b8..c33b24d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ before_install: "npm install -g npm"
node_js:
- "iojs"
- "0.12"
- - "0.11"
- "0.10"
+ - "0.8"
matrix:
fast_finish: true
sudo: false
diff --git a/package.json b/package.json
index 88bcc64..0bf1de0 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"license": "BSD",
"version": "2.4.24",
"engines": {
- "node": ">=0.4.0"
+ "node": ">=0.8.0"
},
"maintainers": [
"Mihai Bazon <mihai.bazon at gmail.com> (http://lisperator.net/)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list