@anycli/example-plugin-js
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -0,1 +1,10 @@ | ||
<a name="0.6.1"></a> | ||
## [0.6.1](https://github.com/anycli/example-plugin-js/compare/930b112d0bfc9fff2c05a5e331baab36c48dc95a...v0.6.1) (2018-02-01) | ||
### Bug Fixes | ||
* anycli v0.30.1 ([c980f57](https://github.com/anycli/example-plugin-js/commit/c980f57)) | ||
* anycli v0.30.2 ([2c77540](https://github.com/anycli/example-plugin-js/commit/2c77540)) | ||
<a name="0.6.0"></a> | ||
@@ -2,0 +11,0 @@ # [0.6.0](https://github.com/anycli/example-plugin-js/compare/d4c0b54b08750a65e12c52f4a342f9dcfd4fc47a...v0.6.0) (2018-02-01) |
{ | ||
"name": "@anycli/example-plugin-js", | ||
"description": "example dxcli plugin in javascript", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -14,19 +14,14 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^0.3.2", | ||
"@anycli/command": "^0.3.3", | ||
"cli-ux": "^3.3.12" | ||
}, | ||
"devDependencies": { | ||
"@anycli/config": "^0.2.10", | ||
"@anycli/engine": "^0.1.40", | ||
"@anycli/config": "^0.2.11", | ||
"@anycli/engine": "^0.1.42", | ||
"@anycli/help": "^0.3.4", | ||
"@anycli/test": "^0.10.1", | ||
"@commitlint/cli": "^6.0.5", | ||
"@commitlint/config-conventional": "^6.0.4", | ||
"@anycli/test": "^0.10.2", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.16.0", | ||
"eslint-config-anycli": "^1.3.0", | ||
"husky": "^0.14.3", | ||
"mocha": "^5.0.0", | ||
"nps": "^5.7.1", | ||
"nps-utils": "^1.5.0" | ||
"mocha": "^5.0.0" | ||
}, | ||
@@ -46,6 +41,6 @@ "engines": { | ||
"scripts": { | ||
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS", | ||
"precommit": "nps lint -l warn", | ||
"test": "nps test -l warn" | ||
"lint": "eslint .", | ||
"posttest": "yarn run lint", | ||
"test": "mocha --forbid-only \"test/**/*.test.js\"" | ||
} | ||
} |
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
8333
8
Updated@anycli/command@^0.3.3