chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/Natteke/diawi-nodejs-uploader/compare/v1.0.0...v1.0.1) (2020-09-25) ### Bug Fixes * fix keywords, description, files ([a345757
](a345757e1e
))
This commit is contained in:
parent
2b7a92e27d
commit
b20c8f5342
|
@ -0,0 +1,6 @@
|
|||
## [1.0.1](https://github.com/Natteke/diawi-nodejs-uploader/compare/v1.0.0...v1.0.1) (2020-09-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix keywords, description, files ([a345757](https://github.com/Natteke/diawi-nodejs-uploader/commit/a345757e1ed24f077697d5cabf9bb4ce7271bff1))
|
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
|
@ -8,10 +8,25 @@
|
|||
"repository": {
|
||||
"url": "git@github.com:Natteke/diawi-nodejs-uploader.git"
|
||||
},
|
||||
"keywords": ["ipa", "apk", "diawi", "nodejs", "node", "api", "upload", "mobile", "app", "ci", "cd", "too;"],
|
||||
"keywords": [
|
||||
"ipa",
|
||||
"apk",
|
||||
"diawi",
|
||||
"nodejs",
|
||||
"node",
|
||||
"api",
|
||||
"upload",
|
||||
"mobile",
|
||||
"app",
|
||||
"ci",
|
||||
"cd",
|
||||
"too;"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"branches": ["master"]
|
||||
"branches": [
|
||||
"master"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
|
|
Loading…
Reference in New Issue