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 58b0fe6 commit 313f826Copy full SHA for 313f826
.github/assets/permissions.png
-119 KB
.github/workflows/publish.yml
@@ -5,9 +5,6 @@ on:
5
push:
6
branches:
7
- 'main'
8
- contexts: [continuous-integration/github-actions]
9
- reviewers: []
10
- team_reviewers: []
11
12
jobs:
13
publish:
package.json
@@ -6,7 +6,7 @@
"license": "MIT",
"description": "A minimalist typescript swc starter",
"main": "./dist/cjs/index.js",
- "module": "dist/esm/index.js",
+ "module": "./dist/esm/index.js",
"exports": {
".": {
"require": "./dist/cjs/index.js",
0 commit comments