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 691406d commit 9a1c064Copy full SHA for 9a1c064
packages/platform-rig/package.json
@@ -20,7 +20,8 @@
20
"format": "./bin/format.js",
21
"compile": "./bin/compile.js",
22
"do-svelte-check": "./bin/do-svelte-check.js",
23
- "bump-package-version": "./bin/bump-package-version.js"
+ "bump-package-version": "./bin/bump-package-version.js",
24
+ "bump-changes-from-tag": "./bin/bump-changes-from-tag.js"
25
},
26
"peerDependencies": {
27
"@typescript-eslint/eslint-plugin": "^6.11.0",
0 commit comments