Skip to content

Commit

Permalink
chore(cli): Bump version + make ohm-js a peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pdubroy committed Mar 3, 2023
1 parent 62ecc8f commit c28cd81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ohm-js/cli",
"type": "module",
"version": "1.1.0",
"version": "2.0.0",
"description": "The official command line tool for ohm-js, a parsing toolkit for JavaScript.",
"module": "index.js",
"repository": "https://github.com/harc/ohm",
Expand All @@ -12,7 +12,9 @@
],
"dependencies": {
"commander": "^8.1.0",
"fast-glob": "^3.2.7",
"fast-glob": "^3.2.7"
},
"peerDependencies": {
"ohm-js": "^17.0.0"
},
"scripts": {
Expand Down

0 comments on commit c28cd81

Please sign in to comment.