Skip to content

Commit 03b85d7

Browse files
authored
Merge pull request #5 from epeejs/feature
chore: 错误版本标签
2 parents 96bf81b + 42f208e commit 03b85d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@epeejs/routing-controllers-mark",
33
"description": "适用于 routing-controllers 的自定义注解拦截功能",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"scripts": {
66
"compile": "npm run clean && tsc -p .",
77
"clean": "rimraf cjs",
88
"prepare": "husky install",
9-
"release": "npm run compile && npm publish --tag beta"
9+
"release": "npm run compile && npm publish"
1010
},
1111
"main": "cjs/index.js",
1212
"typings": "cjs/index.d.ts",

0 commit comments

Comments
 (0)