feat: update version to 1.0.39 and include README in publish script
This commit is contained in:
parent
4cfa8fa6e4
commit
ca6cd330aa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lhisp-oauth-client",
|
||||
"version": "1.0.38",
|
||||
"version": "1.0.39",
|
||||
"main": "src/index",
|
||||
"types": "src/index.d.ts",
|
||||
"repository": {
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue