ts-json-properties
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ts-json-properties", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Use Typescript decorators to retrieve a property from properties.json and load it on class attribute.", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "https://github.com/romakita/json-properties.git" | ||
"url": "https://github.com/Romakita/ts-json-properties.git" | ||
}, | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/romakita/json-properties/issues" | ||
"url": "https://github.com/Romakita/ts-json-properties/issues" | ||
}, | ||
@@ -51,2 +51,7 @@ "homepage": "https://github.com/romakita/json-properties", | ||
}, | ||
"directories": { | ||
"lib": "lib", | ||
"src": "src", | ||
"test": "test" | ||
}, | ||
"release": { | ||
@@ -53,0 +58,0 @@ "debug": false, |
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
169576