Merge pull request #33288 from DefinitelyTyped/dt-cleanup-2019-part-2

Clean up simple DT breaks
This commit is contained in:
Nathan Shively-Sanders
2019-02-21 16:38:20 -08:00
committed by GitHub
6 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Type definitions for emojione 2.2
// Project: https://github.com/Ranks/emojione, http://www.emojione.com
// Project: https://github.com/Ranks/emojione, https://www.emojione.com
// Definitions by: Danilo Bargen <https://github.com/dbrgn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
+6
View File
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"moment": "^2.19.4"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"moment": "^2.19.4"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"private": true,
"dependencies": {
"moment": "^2.19.4"
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import shipit = require("shipit");
import shipit = require("shipit-cli");
export type GruntOrShipit = typeof shipit | {};
export type EmptyCallback = () => void;
+1 -1
View File
@@ -1,4 +1,4 @@
import shipit = require("shipit");
import shipit = require("shipit-cli");
import utils = require("shipit-utils");
const originalShipit = utils.getShipit(shipit);