update dependencies and add typings-global

This commit is contained in:
2016-06-01 01:06:05 +02:00
parent 1e545a2cfb
commit bd3ad78624
17 changed files with 31 additions and 23 deletions

3
test/test.d.ts vendored
View File

@@ -1,2 +1 @@
declare let should: any;
declare let smartpath: any;
import "typings-test";

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
/// <reference path="../ts/typings/main.d.ts" />
import "typings-test"
let should = require("should");
let smartpath = require("../dist/index.js");