Skip to content

Commit 15677b9

Browse files
committed
📦 Remove fs-extra
1 parent 640f3b9 commit 15677b9

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

RNTester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"build": "bsb -clean-world -make-world",
6+
"build": "bsb -make-world",
7+
"clean-build": "bsb -clean-world -make-world",
78
"packager:start": "node node_modules/react-native/local-cli/cli.js start",
89
"watch": "bsb -make-world -w",
910
"start": "npm run build && npm run packager:start",
@@ -15,8 +16,7 @@
1516
},
1617
"devDependencies": {
1718
"babel-jest": "20.0.0",
18-
"babel-preset-react-native": "1.9.1",
19-
"fs-extra": "^3.0.1"
19+
"babel-preset-react-native": "1.9.1"
2020
},
2121
"jest": {
2222
"preset": "react-native"

RNTester/yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,14 +1574,6 @@ fs-extra@^1.0.0:
15741574
jsonfile "^2.1.0"
15751575
klaw "^1.0.0"
15761576

1577-
fs-extra@^3.0.1:
1578-
version "3.0.1"
1579-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
1580-
dependencies:
1581-
graceful-fs "^4.1.2"
1582-
jsonfile "^3.0.0"
1583-
universalify "^0.1.0"
1584-
15851577
fs.realpath@^1.0.0:
15861578
version "1.0.0"
15871579
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -2097,12 +2089,6 @@ jsonfile@^2.1.0:
20972089
optionalDependencies:
20982090
graceful-fs "^4.1.6"
20992091

2100-
jsonfile@^3.0.0:
2101-
version "3.0.1"
2102-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.1.tgz#a5ecc6f65f53f662c4415c7675a0331d0992ec66"
2103-
optionalDependencies:
2104-
graceful-fs "^4.1.6"
2105-
21062092
jsonify@~0.0.0:
21072093
version "0.0.0"
21082094
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
@@ -3650,10 +3636,6 @@ ultron@~1.1.0:
36503636
version "1.1.0"
36513637
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.0.tgz#b07a2e6a541a815fc6a34ccd4533baec307ca864"
36523638

3653-
universalify@^0.1.0:
3654-
version "0.1.1"
3655-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
3656-
36573639
unpipe@1.0.0, unpipe@~1.0.0:
36583640
version "1.0.0"
36593641
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)