@types/koa-mount
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,3 +8,3 @@ // Type definitions for koa-mount 3.0 | ||
import * as Koa from "koa"; | ||
import Koa = require("koa"); | ||
@@ -11,0 +11,0 @@ declare function mount(app: Koa.Middleware | Koa): Koa.Middleware; |
{ | ||
"name": "@types/koa-mount", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for koa-mount", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e3bfb7c948ce7494fd7b6654bf6b5986b0f390ef7d6ed1b69e56254afd0c5f53", | ||
"typesPublisherContentHash": "1a679b20f505d20a48849b51d531ae535b1f574c2fa7410cd41735efb7bc28a0", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT | ||
* Last updated: Mon, 05 Feb 2018 23:37:41 GMT | ||
* Dependencies: koa | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3051