Skip to content

Commit e788ab7

Browse files
authored
Merge pull request finos#1489 from finos/1474-fix-broken-subpath-exports
fix: broken plugin exports
2 parents 4e2eea8 + 6529fc3 commit e788ab7

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

.npmignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
"git-proxy": "./dist/index.js",
7777
"git-proxy-all": "concurrently 'npm run server' 'npm run client'"
7878
},
79+
"files": [
80+
"dist",
81+
"config.schema.json",
82+
"NOTICE"
83+
],
7984
"workspaces": [
8085
"./packages/git-proxy-cli"
8186
],

0 commit comments

Comments
 (0)