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
+2 -2
View File
@@ -1,2 +1,2 @@
declare let should: any;
declare let smartpath: any;
import "typings-test";
import "should";
+4 -3
View File
File diff suppressed because one or more lines are too long
+2 -2
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(){