Skip to content

Commit

Permalink
add files to package for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dileep17 committed Aug 9, 2022
1 parent b193bdc commit b11f7b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
apps
apps
appium-reports
test
lib
.eslintrc
.vscode
.github
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-reporter-plugin",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Appium 2.0 plugin for generating html report with screenshots server side.",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -57,5 +57,8 @@
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"webdriverio": "^7.20.7"
}
},
"files": [
"lib"
]
}

0 comments on commit b11f7b4

Please sign in to comment.