From 171f36cd86f3283d38830d45619eb131fccf3b47 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Wed, 31 Jan 2018 16:42:46 -0800 Subject: [PATCH] fix: added pluginScope --- package.json | 6 +++--- src/pjson.ts | 1 + yarn.lock | 18 +++++++++--------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 45b0eec2..0a75c392 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "read-pkg": "^3.0.0" }, "devDependencies": { - "@anycli/tslint": "^0.2.0", + "@anycli/tslint": "^0.2.1", "@commitlint/cli": "^6.0.5", "@commitlint/config-conventional": "^6.0.4", "@dxcli/command": "^0.2.8", @@ -22,8 +22,8 @@ "@types/chai": "^4.1.2", "@types/fs-extra": "^5.0.0", "@types/load-json-file": "^2.0.7", - "@types/lodash": "^4.14.98", - "@types/mocha": "^2.2.47", + "@types/lodash": "^4.14.99", + "@types/mocha": "^2.2.48", "@types/nock": "^9.1.2", "@types/node": "^9.4.0", "@types/node-notifier": "^0.0.28", diff --git a/src/pjson.ts b/src/pjson.ts index 182735af..c6810e2a 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -6,6 +6,7 @@ export interface IPJSON extends Package { anycli: { bin?: string npmRegistry?: string + pluginScope?: string dirname?: string commands?: string hooks: { [name: string]: string[] } diff --git a/yarn.lock b/yarn.lock index 66c508a8..d1a6e24c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6,9 +6,9 @@ version "0.0.3" resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e" -"@anycli/tslint@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.0.tgz#192a612e3664f7a18fe6ed693de94de6d4563882" +"@anycli/tslint@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@anycli/tslint/-/tslint-0.2.1.tgz#17295a3a4c579884cd3aea7ed1d8c07d11ecc624" dependencies: tslint "^5.9.1" tslint-xo "^0.6.0" @@ -219,13 +219,13 @@ version "2.0.7" resolved "https://registry.yarnpkg.com/@types/load-json-file/-/load-json-file-2.0.7.tgz#c887826f5230b7507d5230994d26315c6776be06" -"@types/lodash@^4.14.98": - version "4.14.98" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.98.tgz#aaf012ae443e657e7885e605a4c1b340db160609" +"@types/lodash@^4.14.99": + version "4.14.99" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.99.tgz#e6e10c0a4cc16c7409b3181f1e66880d2fb7d4dc" -"@types/mocha@^2.2.47": - version "2.2.47" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.47.tgz#30bbd880834d4af0f609025f282a69b8d4458f06" +"@types/mocha@^2.2.48": + version "2.2.48" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.48.tgz#3523b126a0b049482e1c3c11877460f76622ffab" "@types/nock@^9.1.2": version "9.1.2"