Skip to content

Commit

Permalink
[cli] Make bin script work
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo committed Sep 13, 2022
1 parent da7bfc3 commit 21ae4d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bin/run

This file was deleted.

2 changes: 2 additions & 0 deletions bin/run.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env node
import '../lib/index.js';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vercel-submodules",
"description": "The CLI to handle Private Git Submodules in your Vercel Project",
"version": "1.0.0",
"version": "1.0.2",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/junhoyeo/vercel-submodules",
"author": "Junho Yeo <[email protected]>",
"license": "MIT",
"bin": {
"vercel-submodules": "./bin/run"
"vercel-submodules": "./bin/run.js"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 21ae4d0

Please sign in to comment.