ci: add NPM publish

This commit is contained in:
Morten Olsen
2024-01-12 14:42:52 +01:00
parent 59d6faaafc
commit 374c1d0739
8 changed files with 45 additions and 38 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"license": "GPL-3.0-or-later",
"bin": {
"mini-loader": "./bin/index.mjs"
},
@@ -42,4 +43,4 @@
"@types/inquirer": "^9.0.7",
"typescript": "^5.3.3"
}
}
}