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

Commit

Permalink
Merge pull request #578 from trevorgerhardt/remove-component-open
Browse files Browse the repository at this point in the history
Removed component-open
  • Loading branch information
trevorgerhardt committed Jun 17, 2014
2 parents 8bf2198 + 3b8711c commit 5206e5d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
test: test:
@./node_modules/.bin/mocha \ @./node_modules/.bin/mocha \
--require should \ --require should \
--timeout 10s \ --timeout 20s \
--slow 3s \ --slow 3s \
--bail \ --bail \
--reporter spec --reporter spec
Expand Down
4 changes: 1 addition & 3 deletions bin/component
Expand Up @@ -19,15 +19,13 @@ program.on('--help', function(){
console.log(' install [name ...] install and save one or more components'); console.log(' install [name ...] install and save one or more components');
console.log(' link [folder] symlink a component'); console.log(' link [folder] symlink a component');
console.log(' ls list installed components'); console.log(' ls list installed components');
console.log(' open open a repo\'s github page');
console.log(' outdated check for outdated pinned dependencies'); console.log(' outdated check for outdated pinned dependencies');
console.log(' pin pin ranged dependencies'); console.log(' pin pin ranged dependencies');
console.log(' search [query] search with the given query'); console.log(' search [query] search with the given query');
console.log(' update update pinned dependencies') console.log(' update update pinned dependencies')
console.log(' validate validate component.json\'s'); console.log(' validate validate component.json\'s');
console.log(); console.log();
console.log(' For more help, run `component open -h` for relevant links.'); console.log(' For more help, run `component build -h` for relevant links.');
console.log(' You may also `component open help <command>` to open the relevant documentation in your favorite browser.')
console.log(); console.log();
process.exit(); process.exit();
}); });
Expand Down
56 changes: 0 additions & 56 deletions bin/component-open

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -30,7 +30,6 @@
"superagent": "~0.17.0", "superagent": "~0.17.0",
"win-fork": "~1.1.1", "win-fork": "~1.1.1",
"debug": "*", "debug": "*",
"open": "~0.0.4",
"cogent": "~0.4.3", "cogent": "~0.4.3",
"co": "^3.0.0" "co": "^3.0.0"
}, },
Expand All @@ -47,7 +46,6 @@
"component-install": "bin/component-install", "component-install": "bin/component-install",
"component-link": "bin/component-link", "component-link": "bin/component-link",
"component-ls": "bin/component-ls", "component-ls": "bin/component-ls",
"component-open": "bin/component-open",
"component-outdated": "bin/component-outdated", "component-outdated": "bin/component-outdated",
"component-pin": "bin/component-pin", "component-pin": "bin/component-pin",
"component-search": "bin/component-search", "component-search": "bin/component-search",
Expand Down

0 comments on commit 5206e5d

Please sign in to comment.