Skip to content

Commit

Permalink
Move cli to rejoice. Closes #2038
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Oct 22, 2014
1 parent ed55aad commit 145cc9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 583 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dump.rdb
node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
Expand All @@ -14,5 +13,3 @@ config.json
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md
2 changes: 1 addition & 1 deletion bin/hapi
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../lib/cli').start();
require('rejoice').start(require('..'));
194 changes: 0 additions & 194 deletions lib/cli.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "7.0.0",
"version": "7.0.1",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
Expand All @@ -20,7 +20,6 @@
"dependencies": {
"accept": "1.x.x",
"boom": "^2.5.x",
"bossy": "1.x.x",
"call": "1.x.x",
"catbox": "4.x.x",
"catbox-memory": "1.x.x",
Expand All @@ -35,6 +34,7 @@
"kilt": "^1.1.x",
"mimos": "1.x.x",
"qs": "2.x.x",
"rejoice": "1.x.x",
"shot": "1.x.x",
"statehood": "^1.2.x",
"subtext": "1.x.x",
Expand Down
Loading

0 comments on commit 145cc9e

Please sign in to comment.