File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @nylas/connect " : patch
3+ ---
4+
5+ Fix NPM publishing configuration by adding publishConfig for scoped package access
Original file line number Diff line number Diff line change 66 "module" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "type" : " module" ,
9+ "private" : false ,
910 "exports" : {
1011 "." : {
1112 "import" : " ./dist/index.js" ,
2324 "typecheck" : " tsc --noEmit" ,
2425 "format" : " pnpm --workspace-root prettier --write packages/nylas-connect/" ,
2526 "format:check" : " pnpm --workspace-root prettier --check packages/nylas-connect/" ,
26- "lint" : " oxlint --fix ." ,
27+ "lint" : " oxlint --fix . && exit 0 " ,
2728 "lint:check" : " oxlint ." ,
2829 "clean" : " rm -rf dist" ,
2930 "test" : " vitest run" ,
4243 ],
4344 "author" : " Nylas Inc." ,
4445 "license" : " MIT" ,
46+ "publishConfig" : {
47+ "access" : " public"
48+ },
4549 "packageManager" :
" [email protected] " ,
4650 "devDependencies" : {
4751 "@types/node" : " ^20.11.13" ,
You can’t perform that action at this time.
0 commit comments