update npmts
This commit is contained in:
5
test/test.d.ts
vendored
Normal file
5
test/test.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/// <reference path="ts/typings/main.d.ts" />
|
||||
declare var smartfile: any;
|
||||
declare var beautylog: any;
|
||||
declare var should: any;
|
||||
declare var vinyl: any;
|
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/// <reference path="typings/main.d.ts" />
|
||||
var smartfile = require("../index.js");
|
||||
var beautylog = require("beautylog");
|
||||
|
Reference in New Issue
Block a user