update npmts

This commit is contained in:
2016-02-09 20:51:13 +01:00
parent 8ddacf51ce
commit e9a38ccd2c
14 changed files with 1134 additions and 2 deletions

5
test/test.d.ts vendored Normal file
View 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;

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/// <reference path="typings/main.d.ts" />
var smartfile = require("../index.js");
var beautylog = require("beautylog");