[Pkg-javascript-commits] [less.js] 44/285: 2.0.0 will require 0.10 or above of node.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit 8e7274fad42f7f2d9460a3b6512283faffd3b7c8
Author: Luke Page <luke.a.page at gmail.com>
Date: Fri Jun 6 08:44:25 2014 +0100
2.0.0 will require 0.10 or above of node.
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 747b875..af6f500 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"main": "./dist/less-1.6.3.js"
},
"engines": {
- "node": ">=0.8.0"
+ "node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list