Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Feb 14, 2019
1 parent 38b444a commit 20c0901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/shipit-cli/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for non-npm package shipit-cli 1.5
// Type definitions for shipit-cli 1.5
// Project: https://github.com/shipitjs/shipit
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down
2 changes: 1 addition & 1 deletion types/shipit-cli/shipit-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import shipit = require("shipit");
import shipit = require("shipit-cli");

shipit.initConfig({
default: {
Expand Down

0 comments on commit 20c0901

Please sign in to comment.