Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: rename to oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 62bbafb commit 5167c40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {},
"devDependencies": {
"@oclif/errors": "^1.0.1",
"@oclif/parser": "^3.2.7",
"@oclif/parser": "^3.2.8",
"@oclif/tslint": "^0.2.7",
"@types/chai": "^4.1.2",
"@types/globby": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class Plugin implements IPlugin {
try {
const p = path.join(this.root, '.oclif.manifest.json')
const manifest: Manifest = await loadJSON(p)
if (!process.env.ANYCLI_NEXT_VERSION && manifest.version !== this.version) {
if (!process.env.OCLIF_NEXT_VERSION && manifest.version !== this.version) {
process.emitWarning(`Mismatched version in ${this.name} plugin manifest. Expected: ${this.version} Received: ${manifest.version}`)
} else {
debug('using manifest from', p)
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/parser@^3.2.7":
version "3.2.7"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.7.tgz#c1c53f3b5f959bea2c449328a6498fb195e7d567"
"@oclif/parser@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"

"@oclif/tslint@^0.2.7":
version "0.2.9"
Expand Down

0 comments on commit 5167c40

Please sign in to comment.