Skip to content

Commit f512013

Browse files
move fs-extra to dependencies (#15)
1 parent d8179cf commit f512013

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

package-lock.json

Lines changed: 3 additions & 6 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-interceptor",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Appium 2.0 plugin to mock api calls for android apps",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -53,7 +53,6 @@
5353
"eslint-config-prettier": "^8.1.0",
5454
"eslint-plugin-import": "^2.8.0",
5555
"eslint-plugin-prettier": "^3.0.1",
56-
"fs-extra": "^11.2.0",
5756
"husky": "^6.0.0",
5857
"lint-staged": "^11.0.0",
5958
"mocha": "^8.3.2",
@@ -112,6 +111,7 @@
112111
"minimatch": "^9.0.3",
113112
"regex-parser": "^2.3.0",
114113
"uuid": "^9.0.1",
115-
"yargs": "^17.7.2"
114+
"yargs": "^17.7.2",
115+
"fs-extra": "^11.2.0"
116116
}
117117
}

0 commit comments

Comments
 (0)