mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
pass npm run all in new definition-tester
This commit is contained in:
Vendored
-3
@@ -3,12 +3,10 @@
|
||||
// Definitions by: Qubo <https://github.com/tkQubo>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../bluebird/bluebird.d.ts" />
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../gulp/gulp.d.ts" />
|
||||
/// <reference path="../orchestrator/orchestrator.d.ts" />
|
||||
|
||||
|
||||
declare module "gulp-help" {
|
||||
import Orchestrator = require('orchestrator');
|
||||
import gulp = require('gulp');
|
||||
@@ -116,4 +114,3 @@ declare module "gulp-help" {
|
||||
|
||||
export = gulpHelp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user