fix: fix keywords, description, files

This commit is contained in:
Andrey Ponomarenko 2020-09-25 09:48:54 +03:00
parent 82bfcdd95f
commit a345757e1e
1 changed files with 6 additions and 1 deletions

View File

@ -3,16 +3,21 @@
"version": "0.0.1",
"main": "index.js",
"author": "Andrey Ponomarenko",
"description": "A nodejs integration with Diawi app distribution api",
"license": "MIT",
"repository": {
"url": "git@github.com:Natteke/diawi-nodejs-uploader.git"
},
"keywords": ["ipa", "apk", "diawi", "nodejs", "node", "api", "upload", "mobile", "app", "ci", "cd", "too;"],
"publishConfig": {
"access": "public",
"branches": ["master"]
},
"files": [
"dist/"
"dist/",
"CHANGELOG.md",
"package.json",
"package-lock.json"
],
"scripts": {
"r": "yarn webpack && node dist/index.js",