Skip to content

Commit 96b6af0

Browse files
author
Mostafa Eweda
committed
Stick back to node 0.6.x and fix the broken vfs-local + get rid of runjs
1 parent 8c8cfe8 commit 96b6af0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

configs/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ var config = [
149149
]
150150
}, {
151151
packagePath: "vfs-architect/local",
152-
root: path.dirname(projectDir)
152+
root: "/"
153153
}, {
154154
packagePath: "vfs-architect/http-adapter",
155155
mount: vfsUrl,

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cloud9 IDE",
44
"version": "0.7.0",
55
"homepage" : "http://github.com/ajaxorg/cloud9",
6-
"engines": {"node": ">= 0.8.x"},
6+
"engines": {"node": ">= 0.6.15"},
77
"author": "Ajax.org B.V. <[email protected]>",
88
"help": {
99
"web": "https://github.com/ajaxorg/cloud9/blob/master/README.md",
@@ -36,8 +36,7 @@
3636
"asyncjs": "https://github.com/ajaxorg/async.js/tarball/0b4ed5608a32c280a7690b5f52883d8d1fc0de08",
3737
"v8debug": "https://github.com/ajaxorg/lib-v8debug/tarball/d2fac9b09724cb2e75e2807191eace9bc27d3b52",
3838
"packager": "https://github.com/ajaxorg/packager/tarball/bee2a82c6d5e2875024bfdc83937e98092ccf04f",
39-
"treehugger": "https://github.com/ajaxorg/treehugger/tarball/b22d7ad712f76a7e7b1070ab339d567dfbf059b1",
40-
"runjs": "https://github.com/c9/runjs/tarball/347ad9627fb4a1d63458bc66ea40f0bf1efbf05c"
39+
"treehugger": "https://github.com/ajaxorg/treehugger/tarball/b22d7ad712f76a7e7b1070ab339d567dfbf059b1"
4140
},
4241

4342
"devDependencies": {

0 commit comments

Comments
 (0)