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

Commit

Permalink
fix: updated parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent f93dbc5 commit 67a4509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@oclif/errors": "^1.0.4",
"@oclif/parser": "^3.3.0",
"@oclif/parser": "^3.3.1",
"debug": "^3.1.0",
"semver": "^5.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/parser@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.0.tgz#c4e7765b244fcb76df71b8fd1f495ee50dd80900"
"@oclif/parser@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.1.tgz#b6ec567bbac5b712094eeedbde1f0f2cf3aa9b5b"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.3.2"
Expand Down

0 comments on commit 67a4509

Please sign in to comment.