@oclif/test
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
## [1.2.2](https://github.com/oclif/test/compare/v1.2.1...v1.2.2) (2018-10-13) | ||
### Bug Fixes | ||
* remove greenkeeper badge ([35730ff](https://github.com/oclif/test/commit/35730ff)) | ||
## [1.2.1](https://github.com/oclif/test/compare/v1.2.0...v1.2.1) (2018-09-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@oclif/test", | ||
"description": "test helpers for oclif components", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -11,10 +11,10 @@ "bugs": "https://github.com/oclif/test/issues", | ||
"devDependencies": { | ||
"@oclif/command": "^1.5.0", | ||
"@oclif/config": "^1.7.6", | ||
"@oclif/errors": "^1.2.0", | ||
"@oclif/tslint": "^3.1.0", | ||
"@types/chai": "^4.1.4", | ||
"@oclif/command": "^1.5.4", | ||
"@oclif/config": "^1.8.7", | ||
"@oclif/errors": "^1.2.2", | ||
"@oclif/tslint": "^3.1.1", | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.4", | ||
"chai": "^4.1.2", | ||
"@types/node": "^10.11.7", | ||
"chai": "^4.2.0", | ||
"globby": "^8.0.1", | ||
@@ -24,3 +24,3 @@ "mocha": "^5.2.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "3.0.3" | ||
"typescript": "3.1.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "engines": { |
@@ -10,5 +10,4 @@ @oclif/test | ||
[![Codecov](https://codecov.io/gh/oclif/test/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/test) | ||
[![Greenkeeper](https://badges.greenkeeper.io/oclif/test.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/@oclif/test/badge.svg)](https://snyk.io/test/npm/@oclif/test) | ||
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/test.svg)](https://npmjs.org/package/@oclif/test) | ||
[![License](https://img.shields.io/npm/l/@oclif/test.svg)](https://github.com/oclif/test/blob/master/package.json) |
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
27924
13