Skip to content

Commit

Permalink
Cleared unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
skulasekar committed Jul 16, 2015
1 parent 014eb84 commit 678c63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions example/baccarat/baccarat-game.js
@@ -1,9 +1,7 @@
var shuffle = require('../../lib/index'),
baccaratHand = require('./baccarat-hand'),
EventEmitter = require('events').EventEmitter,
util = require('util'),
async = require('async'),
prompt = require('prompt');
util = require('util');
var pThirdCard = -1;
var playerThirdCard;

Expand Down
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -38,10 +38,6 @@
"node": ">=0.4.0"
},
"dependencies": {
"async": "^1.3.0",
"express": "^4.13.1",
"prompt": "^0.2.14",
"srand": "^1.1.4"
},
"devDependencies": {
"mocha": "latest",
Expand Down

0 comments on commit 678c63b

Please sign in to comment.