oo-ascii-tree
Advanced tools
Comparing version 0.17.1 to 0.18.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.18.0](https://github.com/aws/jsii/compare/v0.17.1...v0.18.0) (2019-10-01) | ||
### Features | ||
* configure `engines` with `node >= 10.3.0` ([#795](https://github.com/aws/jsii/issues/795)) ([6164b6b](https://github.com/aws/jsii/commit/6164b6b)), closes [#794](https://github.com/aws/jsii/issues/794) | ||
## [0.17.1](https://github.com/aws/jsii/compare/v0.17.0...v0.17.1) (2019-09-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "oo-ascii-tree", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "object-oriented ascii tree renderer", | ||
"license": "Apache-2.0", | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "https://aws.amazon.com" | ||
}, | ||
"homepage": "https://github.com/aws/jsii", | ||
"bugs": { | ||
"url": "https://github.com/aws/jsii/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aws/jsii.git", | ||
"directory": "packages/oo-ascii-tree" | ||
}, | ||
"engines": { | ||
"node": ">= 10.3.0" | ||
}, | ||
"main": "lib/index.js", | ||
@@ -16,5 +33,5 @@ "types": "lib/index.d.ts", | ||
"@types/jest": "^24.0.18", | ||
"@typescript-eslint/eslint-plugin": "^2.3.0", | ||
"@typescript-eslint/parser": "^2.3.0", | ||
"eslint": "^6.4.0", | ||
"@typescript-eslint/eslint-plugin": "^2.3.1", | ||
"@typescript-eslint/parser": "^2.3.1", | ||
"eslint": "^6.5.0", | ||
"jest": "^24.9.0", | ||
@@ -45,13 +62,3 @@ "jsii-build-tools": "file:../jsii-build-tools", | ||
] | ||
}, | ||
"author": { | ||
"name": "Amazon Web Services", | ||
"url": "https://aws.amazon.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/aws/jsii.git", | ||
"directory": "packages/oo-ascii-tree" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
54931
0
1