Skip to content

Commit a556539

Browse files
committed
fix(index): fix entry point
1 parent bc013ff commit a556539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "npm-install-search-cli",
33
"version": "0.0.0-development",
44
"description": "CLI that combines searching and installing npm packages",
5-
"main": "index.js",
5+
"main": "./build/executables/nis.js",
66
"bin": {
77
"nis": "./build/executables/nis.js"
88
},

0 commit comments

Comments
 (0)