Skip to content

Commit

Permalink
fix: broken cli import
Browse files Browse the repository at this point in the history
  • Loading branch information
FdezRomero committed Nov 12, 2022
1 parent a837b5f commit 59bfb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
import './dist/rosetta-cli.esm.js';
import './dist/rosetta-cli.esm.production.min.js';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"module": "dist/rosetta-cli.esm.production.min.js",
"files": [
"dist",
"cli"
"cli.js"
],
"bin": {
"rosetta": "cli.js",
Expand Down

0 comments on commit 59bfb6c

Please sign in to comment.