Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit b2ae52b

Browse files
committed
fix: add missing bin
1 parent 020896e commit b2ae52b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cli/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"engines": {
1616
"node": ">=8"
1717
},
18+
"bin": {
19+
"bundle-analyzer": "bin/bundle-analyzer"
20+
},
1821
"license": "MIT",
1922
"scripts": {
2023
"prebuild": "rm -rf lib/",

0 commit comments

Comments
 (0)