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

Commit

Permalink
Revert "[FIX] bump parse version dependency"
Browse files Browse the repository at this point in the history
This reverts commit 1c9a510.
  • Loading branch information
discori committed Jun 7, 2018
1 parent 1c9a510 commit c255811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@oclif/errors": "^1.1.2",
"@oclif/parser": "^3.5.1",
"@oclif/parser": "^3.4.1",
"debug": "^3.1.0",
"semver": "^5.5.0"
},
Expand Down Expand Up @@ -56,4 +56,4 @@
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"

"@oclif/parser@^3.5.1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.5.1.tgz#2f60ac9773565786b6e1afff967b36a6399defcc"
"@oclif/parser@^3.4.1":
version "3.4.1"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.4.1.tgz#83942276f3cf9406a1a3dcf3eb917183d6333e1d"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"
Expand Down

0 comments on commit c255811

Please sign in to comment.