Skip to content

Commit

Permalink
fine tuning installation deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Sep 13, 2012
1 parent 06e4451 commit 7b2f5b7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -14,4 +14,5 @@ build/
.travis.yml
ROADMAP.md
inspiration.md
/config.json
/config.json
packages/
4 changes: 0 additions & 4 deletions bin/tower
Expand Up @@ -4,10 +4,6 @@ var fs = require('fs');
var path = require('path');
var script = path.join(process.env.PWD, 'scripts', 'tower');

try {
require('fibers')
} catch (error) {}

if (fs.existsSync(script)) {
require(script);
} else {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -96,11 +96,11 @@
"knox": "0.0.11",
"socket.io": ">= 0.8.7",
"socket.io-client": ">= 0.9.5",
"hook.io": "~0.8.10"
"hook.io": "~0.8.10",
"fibers": "~0.6.8"
},
"globalDependencies": {
"ejs": ">= 0.6.1",
"fibers": "~0.6.8"
"ejs": ">= 0.6.1"
},
"localDependencies": {
"useragent": ">= 1.0.5",
Expand Down
Expand Up @@ -64,7 +64,9 @@
"superagent": ">= 0.4.0",
"wrench": ">= 1.3.8",
"cli-table": ">= 0.0.1",
"hook.io": "~0.8.10"
"hook.io": "~0.8.10",
"fibers": "~0.6.8",
"ejs": ">= 0.6.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha $(find test -name \"*Test.coffee\")",
Expand Down

This file was deleted.

0 comments on commit 7b2f5b7

Please sign in to comment.