We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05be9ce commit 4eef7e4Copy full SHA for 4eef7e4
1 file changed
scripts/templates/package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "@raulfdm/node-versions",
3
"private": false,
4
+ "bin": {
5
+ "node-versions": "./bin/node-versions"
6
+ },
7
"publishConfig": {
8
"access": "public"
9
},
10
"version": "{{ .Version }}",
- "files": ["bin"],
11
+ "scripts": {
12
+ "postinstall": "node install-manager.mjs install",
13
+ "preuninstall": "node install-manager.mjs uninstall"
14
15
"dependencies": {
- "go-npm": "0.1.9"
16
+ "tar": "6.2.0"
17
18
"goBinary": {
19
"name": "node-versions",
0 commit comments