We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568957f commit 1f4f2d4Copy full SHA for 1f4f2d4
.github/workflows/publish.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
node-version-file: '24.x'
18
check-latest: true
19
+ registry-url: 'https://registry.npmjs.org'
20
- name: Download Build Artifacts
21
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
22
package.json
@@ -3,7 +3,12 @@
3
"version": "3.4.0",
4
"description": "micro-lc configuration server",
5
"license": "Apache-2.0",
6
- "bin": "./dist/cli/index.js",
+ "bin": {
7
+ "middleware": "dist/cli/index.js"
8
+ },
9
+ "repository": {
10
+ "url": "git+ssh://git@github.com/micro-lc/middleware.git"
11
12
"files": [
13
"dist",
14
"sdk",
0 commit comments