Skip to content

Commit

Permalink
Removed un-used dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmg committed Jul 2, 2016
1 parent 134ae39 commit 526d3db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,11 @@
"dependencies": {
"bluebird": "^3.1.2",
"exists-sync": "0.0.3",
"extend": "^3.0.0",
"glob": "^7.0.4",
"iniparser": "^1.0.5",
"inquirer": "^1.1.0",
"js-yaml": "^3.6.1",
"minimist": "^1.2.0",
"object.pick": "^1.1.2",
"observatory": "^1.0.0",
"parse-spawn-args": "^1.0.2",
"rmdir": "^1.2.0"
},
"devDependencies": {
Expand All @@ -64,7 +60,6 @@
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.3.4",
"sinon": "^1.17.4",
"temp": "^0.8.3",
"uglify-js": "^2.6.2"
"temp": "^0.8.3"
}
}
2 changes: 0 additions & 2 deletions src/lib/Options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

existsSync = require 'exists-sync'
Path = require 'path'
pick = require 'object.pick'
extend = require 'extend'
Minimist = require 'minimist'

options =
Expand Down

0 comments on commit 526d3db

Please sign in to comment.