update dependencies

This commit is contained in:
2016-06-14 05:16:43 +02:00
parent 1e545a2cfb
commit 139478965b
20 changed files with 38 additions and 33 deletions

4
test/test.d.ts vendored
View File

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

File diff suppressed because one or more lines are too long

View File

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