Skip to content

Commit ec916a2

Browse files
authored
Merge pull request #361 from contentauth/rs-redaction
Add redaction to Rust docs
2 parents f868efd + b2c44cb commit ec916a2

3 files changed

Lines changed: 324 additions & 44 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@
5959
},
6060
"lint-staged": {
6161
"**/*": "prettier --ignore-unknown --write"
62+
},
63+
"overrides": {
64+
"webpackbar": "^7.0.0"
65+
},
66+
"pnpm": {
67+
"overrides": {
68+
"webpackbar": "^7.0.0"
69+
}
6270
}
6371
}

0 commit comments

Comments
 (0)