Clean up simple DT breaks

This commit is contained in:
Nathan Shively-Sanders
2019-02-21 15:17:20 -08:00
parent df31e30dd3
commit e23c60f053
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);