Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 884bf89

Browse files
author
Long Ho
committed
fix(@formatjs/cli): fix main entry point in package.json
1 parent 14acf7a commit 884bf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "Linjie Ding <[email protected]>",
2323
"homepage": "https://github.com/formatjs/formatjs",
2424
"license": "MIT",
25-
"main": "dist/index.js",
25+
"main": "lib/index.js",
2626
"bin": {
2727
"formatjs": "bin/formatjs"
2828
},

0 commit comments

Comments
 (0)