We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2299a commit 2cef1b9Copy full SHA for 2cef1b9
2 files changed
package.json
@@ -86,6 +86,9 @@
86
"fix:prettier": "prettier --write \"{src,test,scripts,website}/**/*.js\"",
87
"fix:eslint": "eslint --fix \"{src,test,scripts,website}/**/*.js\""
88
},
89
+ "resolutions": {
90
+ "@semantic-release/npm": "^13.0.0"
91
+ },
92
"bugs": {
93
"url": "https://github.com/amplitude/amplitude-javascript/issues"
94
0 commit comments