Skip to content

Commit

Permalink
uncommented env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil-aexol committed Nov 21, 2023
1 parent 132f22a commit e29c5ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@landing-friend/core": "^0.0.25",
"@types/node": "18.11.2",
"@types/ws": "8.5.3",
"@types/yargs": "^17.0.30",
Expand Down
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.25",
"version": "0.0.26",
"description": "",
"main": "lib/index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion 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.25",
"version": "0.0.26",
"description": "",
"type": "module",
"main": "lib/CLI.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/landing-friend/src/CLI.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// #!/usr/bin/env node
#!/usr/bin/env node
import {
message,
readConfig,
Expand Down

0 comments on commit e29c5ae

Please sign in to comment.