Skip to content

Commit

Permalink
[Optimize] Add release permission instructions and ignore .github. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualSJ authored Nov 1, 2023
1 parent a179f2c commit bddd18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 使用 .gitignore 中的规则排除不需要包含在 npm 包中的文件
/.github
/source
/test
/script
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
"author": "",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit bddd18e

Please sign in to comment.