We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc013ff commit a556539Copy full SHA for a556539
package.json
@@ -2,7 +2,7 @@
2
"name": "npm-install-search-cli",
3
"version": "0.0.0-development",
4
"description": "CLI that combines searching and installing npm packages",
5
- "main": "index.js",
+ "main": "./build/executables/nis.js",
6
"bin": {
7
"nis": "./build/executables/nis.js"
8
},
0 commit comments