Skip to content

Commit f84ab8e

Browse files
committed
Changes engine req to node>=0.6.0 to match coco>=0.7.0.
1 parent 3660ff4 commit f84ab8e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

TODO.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
- GitHub site with introduction, documentation.
2020
- examples:
2121
- simple usage
22-
- with connect
23-
- with express
22+
- with `connect`
23+
- with `express`
2424
- recursive compiling (CommonJS, Uglify; @wraps)
2525
- custom compilers
2626
- extending an existing compiler

package.co

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ author : 'David Schoonover ([email protected]) <http://less.ly>'
88
main : './compiler'
99
dependencies :
1010
'seq' : 'https://github.com/dsc/node-seq/tarball/master'
11-
# 'seq' : '>= 0.3.5'
11+
# 'seq' : '>= 0.3.5'
1212
devDependencies :
13-
'expresso' : '>= 0.9.2'
1413
'express' : '>= 2.5.8'
1514
'coco' : '>= 0.7.0'
1615
'coffee-script' : '>= 1.2.0'
@@ -19,9 +18,10 @@ devDependencies :
1918
'nib' : '>= 0.3.2'
2019
'less' : '>= 1.2.2'
2120
'jison' : '>= 0.3.2'
21+
'expresso' : '>= 0.9.2'
2222
scripts : test:'expresso'
2323

2424
repository : type:'git', url:'git://github.com/dsc/connect-compiler.git'
2525
bugs : url:'http://github.com/dsc/connect-compiler/issues'
26-
engine : node : '>=0.4.0'
26+
engine : node : '>=0.6.0'
2727
license : 'MIT'

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"seq": "https://github.com/dsc/node-seq/tarball/master"
2323
},
2424
"devDependencies": {
25-
"expresso": ">= 0.9.2",
2625
"express": ">= 2.5.8",
2726
"coco": ">= 0.7.0",
2827
"coffee-script": ">= 1.2.0",
2928
"jade": ">= 0.20.3",
3029
"stylus": ">= 0.24.0",
3130
"nib": ">= 0.3.2",
3231
"less": ">= 1.2.2",
33-
"jison": ">= 0.3.2"
32+
"jison": ">= 0.3.2",
33+
"expresso": ">= 0.9.2"
3434
},
3535
"scripts": {
3636
"test": "expresso"
@@ -43,7 +43,7 @@
4343
"url": "http://github.com/dsc/connect-compiler/issues"
4444
},
4545
"engine": {
46-
"node": ">=0.4.0"
46+
"node": ">=0.6.0"
4747
},
4848
"license": "MIT"
4949
}

0 commit comments

Comments
 (0)