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.
2 parents 96bf81b + 42f208e commit 03b85d7Copy full SHA for 03b85d7
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "@epeejs/routing-controllers-mark",
3
"description": "适用于 routing-controllers 的自定义注解拦截功能",
4
- "version": "0.1.0",
+ "version": "0.2.0",
5
"scripts": {
6
"compile": "npm run clean && tsc -p .",
7
"clean": "rimraf cjs",
8
"prepare": "husky install",
9
- "release": "npm run compile && npm publish --tag beta"
+ "release": "npm run compile && npm publish"
10
},
11
"main": "cjs/index.js",
12
"typings": "cjs/index.d.ts",
0 commit comments