[Pkg-javascript-commits] [less.js] 29/88: Up the version of node to the required version
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:22:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v1.7.0
in repository less.js.
commit 37a1db2463a2eaacd2ee0dc5e4cbff238187fea6
Author: Luke Page <luke.a.page at gmail.com>
Date: Tue Feb 11 13:39:52 2014 +0000
Up the version of node to the required version
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 91eec27..45b0dd9 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"main": "./dist/less-1.6.3.js"
},
"engines": {
- "node": ">=0.4.2"
+ "node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
@@ -85,4 +85,4 @@
"variables in css",
"css less"
]
-}
\ No newline at end of file
+}
--
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