Skip to content
This repository has been archived by the owner on Jan 27, 2018. It is now read-only.

Commit

Permalink
fixed node-phantom dependency [bug](alexscheelmeyer/node-phantom#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jun 12, 2014
1 parent ae73984 commit 183ecfa
Show file tree
Hide file tree
Showing 534 changed files with 11 additions and 212,500 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/node_modules/grunt-html-snapshots
/node_modules/html-snapshots
/node_modules/phantomjs
/node_modules/socket.io
app/styles
test/fixtures/api-automated.json
libpeerconnection.log
Expand Down
5 changes: 4 additions & 1 deletion build/grunt/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ function nodeDeps(pkg) {
"html-snapshots": true,
"phantomjs": true,
"hiredis": true,
"node-phantom": true
"node-phantom": true,
// socket.io is only here for a node-phantom version mistake
// https://github.com/alexscheelmeyer/node-phantom/issues/102
"socket.io": true
};
for (var dep in pkg.dependencies) {
if (!exclude[dep]) {
Expand Down
3 changes: 0 additions & 3 deletions node_modules/node-phantom/node_modules/socket.io/.npmignore

This file was deleted.

6 changes: 0 additions & 6 deletions node_modules/node-phantom/node_modules/socket.io/.travis.yml

This file was deleted.

325 changes: 0 additions & 325 deletions node_modules/node-phantom/node_modules/socket.io/History.md

This file was deleted.

22 changes: 0 additions & 22 deletions node_modules/node-phantom/node_modules/socket.io/LICENSE

This file was deleted.

Loading

0 comments on commit 183ecfa

Please sign in to comment.