Skip to content

Commit c806e1a

Browse files
Add certificate path to npm files (#16)
* Add certificate path to npm files * bump release --------- Co-authored-by: saikrishna321 <saikrishna321@yahoo.com>
1 parent f512013 commit c806e1a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-interceptor",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Appium 2.0 plugin to mock api calls for android apps",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -94,7 +94,8 @@
9494
}
9595
},
9696
"files": [
97-
"lib"
97+
"lib",
98+
"certificate"
9899
],
99100
"dependencies": {
100101
"@appium/support": "^4.1.11",

0 commit comments

Comments
 (0)