Skip to content

Commit

Permalink
fix: protection
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed May 23, 2023
1 parent 58b0fe6 commit 313f826
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file removed .github/assets/permissions.png
Binary file not shown.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- 'main'
contexts: [continuous-integration/github-actions]
reviewers: []
team_reviewers: []

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 313f826

Please sign in to comment.