Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
Removed unused dependencies. Also removed cli: we will use a separate project for interact with xray from the CLI.
  • Loading branch information
Kikobeats committed Mar 25, 2016
1 parent 9b204dd commit 27933d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 334 deletions.
200 changes: 0 additions & 200 deletions bin/x-ray

This file was deleted.

118 changes: 0 additions & 118 deletions lib/highlight.js

This file was deleted.

29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,27 @@
"web"
],
"dependencies": {
"batch": "^0.5.2",
"chalk": "^1.0.0",
"debug": "^2.1.3",
"enstore": "^1.0.1",
"http-context": "^1.1.0",
"is-url": "^1.2.0",
"isobject": "^1.0.0",
"object-assign": "^2.0.0",
"prettyjson": "^1.1.0",
"x-ray-crawler": "^2.0.1",
"x-ray-parse": "^1.0.1",
"yargs": "^3.8.0"
"batch": "~0.5.2",
"chalk": "~1.0.0",
"debug": "~2.1.3",
"enstore": "~1.0.1",
"is-url": "~1.2.0",
"isobject": "~1.0.0",
"object-assign": "~2.0.0",
"x-ray-crawler": "~2.0.1",
"x-ray-parse": "~1.0.1"
},
"devDependencies": {
"cheerio": "~0.20.0",
"concat-stream": "^1.5.1",
"concat-stream": "~1.5.1",
"coveralls": "~2.11.8",
"istanbul": "~0.4.2",
"mocha": "latest",
"mocha-lcov-reporter": "~1.2.0",
"multiline": "^1.0.2",
"rimraf": "^2.3.2",
"multiline": "~1.0.2",
"rimraf": "~2.3.2",
"standard": "~6.0.8",
"x-ray-phantom": "^1.0.0"
"x-ray-phantom": "~1.0.0"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit 27933d8

Please sign in to comment.