feat: update version to 1.0.39 and include README in publish script
All checks were successful
CI Pipeline / build-and-test (push) Successful in 44s
CI Pipeline / publish (push) Successful in 13s

This commit is contained in:
Leandro Costa 2026-01-24 11:09:15 -03:00
parent 4cfa8fa6e4
commit ca6cd330aa

View file

@ -1,6 +1,6 @@
{ {
"name": "lhisp-oauth-client", "name": "lhisp-oauth-client",
"version": "1.0.38", "version": "1.0.39",
"main": "src/index", "main": "src/index",
"types": "src/index.d.ts", "types": "src/index.d.ts",
"repository": { "repository": {
@ -12,7 +12,7 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "jest", "test": "jest",
"publish": "rm -rfv dist/; npm run build; cd dist; cp ../package* .; npm publish; cd -; rm -rfv dist/;", "publish": "rm -rfv dist/; npm run build; cd dist; cp ../package* .; cp ../README.md .; npm publish; cd -; rm -rfv dist/;",
"test:watch": "jest --watchAll" "test:watch": "jest --watchAll"
}, },
"devDependencies": { "devDependencies": {