Skip to content

Commit 174d61c

Browse files
committed
Bump node-jq to current and tweak script to work on M2 macs
1 parent 66b83af commit 174d61c

File tree

3 files changed

+170
-614
lines changed

3 files changed

+170
-614
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-n": "^15.0.0",
6767
"eslint-plugin-promise": "^6.0.0",
6868
"eslint-plugin-react": "7.32.2",
69-
"node-jq": "2.3.5",
69+
"node-jq": "6.0.1",
7070
"remark-cli": "^12.0.0",
7171
"remark-validate-links": "^12.1.1",
7272
"typescript": "*"
@@ -86,4 +86,4 @@
8686
"engines": {
8787
"node": ">=16.14"
8888
}
89-
}
89+
}

scripts/import.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ copyRepoFilesToDest() {
9191
}
9292

9393
renameEcosystemOverview() {
94-
sed -i'' 's/Get the Flow Down - Flow Learning Resources/Ecosystem Overview/g' ./docs/ecosystem/overview/README.md
94+
sed -i '' 's/Get the Flow Down - Flow Learning Resources/Ecosystem Overview/g' ./docs/ecosystem/overview/README.md
9595
}
9696

9797
cloneDocReposToDest

0 commit comments

Comments
 (0)