From 839a86ccf19a2f3a16639b3a190322817f1f5a13 Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Sun, 1 May 2016 21:44:40 +0200 Subject: [PATCH] fixed issue with typings --- dist/index.d.ts | 1 - dist/smartpath.get.d.ts | 1 - dist/smartpath.plugins.d.ts | 1 - dist/smartpath.transform.d.ts | 1 - package.json | 2 +- test/test.d.ts | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 7b06bd5..838ab62 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,4 +1,3 @@ -/// import SmartpathCheck = require("./smartpath.check"); import SmartpathGet = require("./smartpath.get"); import SmartpathTransform = require("./smartpath.transform"); diff --git a/dist/smartpath.get.d.ts b/dist/smartpath.get.d.ts index 4372ace..a59c9eb 100644 --- a/dist/smartpath.get.d.ts +++ b/dist/smartpath.get.d.ts @@ -1,4 +1,3 @@ -/// /** * returns the type of the given path. Can be "url" or "local" */ diff --git a/dist/smartpath.plugins.d.ts b/dist/smartpath.plugins.d.ts index 8c41175..2ddfc58 100644 --- a/dist/smartpath.plugins.d.ts +++ b/dist/smartpath.plugins.d.ts @@ -1,4 +1,3 @@ -/// export declare var beautylog: any; export declare var home: any; export declare var path: any; diff --git a/dist/smartpath.transform.d.ts b/dist/smartpath.transform.d.ts index 09d2ecf..4ba6798 100644 --- a/dist/smartpath.transform.d.ts +++ b/dist/smartpath.transform.d.ts @@ -1,2 +1 @@ -/// export declare let toAbsolute: (relativeArg: any, baseArg?: string) => any; diff --git a/package.json b/package.json index c1e9957..26e2763 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "home": "^1.0.1" }, "devDependencies": { - "npmts": "^5.1.0", + "npmts": "^5.1.4", "should": "^8.3.1" } } diff --git a/test/test.d.ts b/test/test.d.ts index e2a32b2..aada52a 100644 --- a/test/test.d.ts +++ b/test/test.d.ts @@ -1,3 +1,2 @@ -/// declare let should: any; declare let smartpath: any;