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 4eb45d7 commit f30337fCopy full SHA for f30337f
package.json
@@ -2,6 +2,10 @@
2
"name": "@codingame/monaco-editor-react",
3
"version": "0.0.0-semantic-release",
4
"description": "Monaco Editor React component",
5
+ "type": "module",
6
+ "release": {
7
+ "extends": "@codingame/semantic-release-config-github"
8
+ },
9
"scripts": {
10
"build": "npm run lint && npm run compile",
11
"compile": "tsc",
release.config.js
0 commit comments