Skip to content

Commit 2eb4bdd

Browse files
committed
website: remove weird inception trick :)
1 parent 3da01bd commit 2eb4bdd

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"prettier": "^1.16.4"
1313
},
1414
"scripts": {
15-
"prepare": "cd website && yarn prepare",
1615
"prerelease": "yarn prepare",
1716
"release": "lerna publish",
1817
"format": "yarn format:most && yarn format:re",

website/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "reason-react-native-website",
44
"version": "0.0.0",
55
"scripts": {
6-
"prepare": "./scripts/inception-usage-trick ../node_modules/react-multiversal/bsconfig.json",
76
"svg:cleanup": "trash src/SVGs/components",
87
"svg:convert": "react-from-svg src/SVGs src/SVGs/components",
98
"svg:format": "find src/SVGs/components -name \"*.re\" | grep -v \"node_modules\" | xargs bsrefmt --in-place",
@@ -35,7 +34,7 @@
3534
"react-dom": "^16.8.0",
3635
"react-from-svg": "^0.2.0",
3736
"react-helmet": "^5.2.0",
38-
"react-multiversal": "https://github.com/MoOx/react-multiversal.git#2d1b27a",
37+
"react-multiversal": "https://github.com/MoOx/react-multiversal.git#1fe6971",
3938
"react-native-web": "^0.11.2",
4039
"reason-future": "^2.4.0",
4140
"reason-highlightjs": "^0.2.0",

website/scripts/inception-usage-trick

Lines changed: 0 additions & 10 deletions
This file was deleted.

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8134,9 +8134,9 @@ react-is@^16.8.1:
81348134
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.4.tgz#90f336a68c3a29a096a3d648ab80e87ec61482a2"
81358135
integrity sha512-PVadd+WaUDOAciICm/J1waJaSvgq+4rHE/K70j0PFqKhkTBsPv/82UGQJNXAngz1fOQLLxI6z1sEDmJDQhCTAA==
81368136

8137-
"react-multiversal@https://github.com/MoOx/react-multiversal.git#2d1b27a":
8137+
"react-multiversal@https://github.com/MoOx/react-multiversal.git#1fe6971":
81388138
version "0.0.0"
8139-
resolved "https://github.com/MoOx/react-multiversal.git#2d1b27a4eb6b8b6f129483f70d3576aed524d8d3"
8139+
resolved "https://github.com/MoOx/react-multiversal.git#1fe6971f6118d9e130ac11cf3642abf8d537da84"
81408140

81418141
react-native-branch@2.2.5:
81428142
version "2.2.5"

0 commit comments

Comments
 (0)