mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #33288 from DefinitelyTyped/dt-cleanup-2019-part-2
Clean up simple DT breaks
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"moment": "^2.19.4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"moment": "^2.19.4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"moment": "^2.19.4"
|
||||
}
|
||||
}
|
||||
Vendored
+1
-1
@@ -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,4 +1,4 @@
|
||||
import shipit = require("shipit");
|
||||
import shipit = require("shipit-cli");
|
||||
import utils = require("shipit-utils");
|
||||
|
||||
const originalShipit = utils.getShipit(shipit);
|
||||
|
||||
Reference in New Issue
Block a user