ci: update npm publish config

This commit is contained in:
Derrick Hammer 2023-06-15 23:26:40 -04:00
parent ec2ada13f4
commit c90d63b191
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 49 additions and 46 deletions

View File

@ -44,7 +44,10 @@
"tus-js-client": "^3.1.0", "tus-js-client": "^3.1.0",
"web-streams-polyfill": "^3.2.1" "web-streams-polyfill": "^3.2.1"
}, },
"files":[ "files": [
"lib/**" "lib/**"
] ],
"publishConfig": {
"access": "public"
}
} }