We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b83af commit 174d61cCopy full SHA for 174d61c
package.json
@@ -66,7 +66,7 @@
66
"eslint-plugin-n": "^15.0.0",
67
"eslint-plugin-promise": "^6.0.0",
68
"eslint-plugin-react": "7.32.2",
69
- "node-jq": "2.3.5",
+ "node-jq": "6.0.1",
70
"remark-cli": "^12.0.0",
71
"remark-validate-links": "^12.1.1",
72
"typescript": "*"
@@ -86,4 +86,4 @@
86
"engines": {
87
"node": ">=16.14"
88
}
89
-}
+}
scripts/import.sh
@@ -91,7 +91,7 @@ copyRepoFilesToDest() {
91
92
93
renameEcosystemOverview() {
94
- sed -i'' 's/Get the Flow Down - Flow Learning Resources/Ecosystem Overview/g' ./docs/ecosystem/overview/README.md
+ sed -i '' 's/Get the Flow Down - Flow Learning Resources/Ecosystem Overview/g' ./docs/ecosystem/overview/README.md
95
96
97
cloneDocReposToDest
0 commit comments