Skip to content

Commit

Permalink
fix(cli): incorrect main entry in package.json (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 authored Jan 20, 2023
1 parent 59b6c97 commit cd430f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"name": "Tomáš Ehrlich",
"email": "[email protected]"
},
"main": "./build/index.js",
"main": "./build/lingui.js",
"bin": {
"lingui": "./build/lingui.js"
},
"exports": {
".": {
"require": "./build/index.js"
"require": "./build/lingui.js"
},
"./api": {
"require": "./build/api/index.js"
Expand Down

1 comment on commit cd430f3

@vercel
Copy link

@vercel vercel bot commented on cd430f3 Jan 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

js-lingui – ./

js-lingui-lingui.vercel.app
js-lingui.vercel.app
js-lingui-git-main-lingui.vercel.app
lingui.js.org

Please sign in to comment.