Skip to content

Commit 313f826

Browse files
committed
fix: protection
1 parent 58b0fe6 commit 313f826

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/assets/permissions.png

-119 KB
Binary file not shown.

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
push:
66
branches:
77
- 'main'
8-
contexts: [continuous-integration/github-actions]
9-
reviewers: []
10-
team_reviewers: []
118

129
jobs:
1310
publish:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"description": "A minimalist typescript swc starter",
88
"main": "./dist/cjs/index.js",
9-
"module": "dist/esm/index.js",
9+
"module": "./dist/esm/index.js",
1010
"exports": {
1111
".": {
1212
"require": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)