Skip to content

Commit

Permalink
package up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil-aexol committed Nov 9, 2023
1 parent 071859b commit 7ae20b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/landing-friend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@landing-friend/core",
"version": "0.0.17",
"version": "0.0.18",
"description": "",
"main": "lib/index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/landing-friend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@landing-friend/cli",
"version": "0.0.17",
"version": "0.0.18",
"description": "",
"type": "module",
"main": "lib/CLI.js",
Expand All @@ -16,7 +16,7 @@
"watch": "ttsc --watch"
},
"dependencies": {
"@landing-friend/core": "^0.0.17",
"@landing-friend/core": "^0.0.18",
"inquirer": "9.2.8",
"node-fetch": "3.3.0",
"yargs": "17.6.0"
Expand Down

0 comments on commit 7ae20b1

Please sign in to comment.