fixed issue with typings

This commit is contained in:
LosslessBot
2016-05-01 21:44:40 +02:00
parent 06ebd44189
commit 839a86ccf1
6 changed files with 1 additions and 6 deletions
-1
View File
@@ -1,4 +1,3 @@
/// <reference path="typings/main.d.ts" />
import SmartpathCheck = require("./smartpath.check");
import SmartpathGet = require("./smartpath.get");
import SmartpathTransform = require("./smartpath.transform");
-1
View File
@@ -1,4 +1,3 @@
/// <reference path="typings/main.d.ts" />
/**
* returns the type of the given path. Can be "url" or "local"
*/
-1
View File
@@ -1,4 +1,3 @@
/// <reference path="typings/main.d.ts" />
export declare var beautylog: any;
export declare var home: any;
export declare var path: any;
-1
View File
@@ -1,2 +1 @@
/// <reference path="typings/main.d.ts" />
export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any;
+1 -1
View File
@@ -27,7 +27,7 @@
"home": "^1.0.1"
},
"devDependencies": {
"npmts": "^5.1.0",
"npmts": "^5.1.4",
"should": "^8.3.1"
}
}
-1
View File
@@ -1,3 +1,2 @@
/// <reference path="../ts/typings/main.d.ts" />
declare let should: any;
declare let smartpath: any;