package-json-type
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "package-json-type", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "email": "ajaxlab7@gmail.com", |
@@ -0,0 +0,0 @@ # package-json-type |
@@ -152,2 +152,3 @@ /** | ||
export interface IEngines { | ||
[field: string]: any; | ||
node?: string; | ||
@@ -154,0 +155,0 @@ npm?: string; |
@@ -140,2 +140,3 @@ /** | ||
export interface IEngines { | ||
[field: string]: any; | ||
node?: string; | ||
@@ -142,0 +143,0 @@ npm?: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73643
1473