Skip to content

Commit

Permalink
Add executable entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
qnighy committed Jul 5, 2022
1 parent 4b3a581 commit d3c94bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -0,0 +1,3 @@
#!/usr/bin/env node

import "../dist/index.js";
1 change: 1 addition & 0 deletions packages/node-cjs-interop-finder/package.json
Expand Up @@ -23,6 +23,7 @@
"author": "Masaki Hara <ackie.h.gmai@gmail.com>",
"version": "0.1.0",
"type": "module",
"bin": "./bin/node-cjs-interop-finder.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
Expand Down

0 comments on commit d3c94bd

Please sign in to comment.