Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Willer committed Dec 14, 2018
1 parent 173352c commit c708710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "box-cli",
"name": "@box/cli",
"description": "Official command line interface for the Box API",
"keywords": [
"box",
Expand Down
2 changes: 1 addition & 1 deletion test/box-command.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('BoxCommand', () => {
.it('should enable framework debugging when verbose flag is passed', ctx => {
debug.disable();
let debugLines = ctx.stderr.split(os.EOL);
assert.include(debugLines[0], 'box:box-cli:hooks:init');
assert.include(debugLines[0], 'box:@box/cli:hooks:init');
assert.include(debugLines[1], 'box:help');
});

Expand Down

0 comments on commit c708710

Please sign in to comment.