Skip to content

Commit c28cd81

Browse files
committed
chore(cli): Bump version + make ohm-js a peer dep
1 parent 62ecc8f commit c28cd81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/cli/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ohm-js/cli",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "2.0.0",
55
"description": "The official command line tool for ohm-js, a parsing toolkit for JavaScript.",
66
"module": "index.js",
77
"repository": "https://github.com/harc/ohm",
@@ -12,7 +12,9 @@
1212
],
1313
"dependencies": {
1414
"commander": "^8.1.0",
15-
"fast-glob": "^3.2.7",
15+
"fast-glob": "^3.2.7"
16+
},
17+
"peerDependencies": {
1618
"ohm-js": "^17.0.0"
1719
},
1820
"scripts": {

0 commit comments

Comments
 (0)