Skip to content

Commit

Permalink
point to js file
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Feb 4, 2024
1 parent 2ede24d commit 96b2b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/node-cli/bin/paperclip
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require("../lib");
import "../lib";
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ __metadata:
"@paperclip-ui/releases": ^20.4.44
execa: ^8.0.0
bin:
paperclip: bin/paperclip
paperclip: lib/index.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 96b2b04

Please sign in to comment.