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 65c4b1c commit 5219e67Copy full SHA for 5219e67
package.json
@@ -3,6 +3,10 @@
3
"version": "0.0.0-semantic-release",
4
"private": false,
5
"description": "Enhanced Monaco editor with TextMate grammars and more",
6
+ "type": "module",
7
+ "release": {
8
+ "extends": "@codingame/semantic-release-config-github"
9
+ },
10
"scripts": {
11
"test": "jest --runInBand",
12
"test:watch": "jest --watch",
release.config.js
0 commit comments