@wutiange/log-listener-plugin 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wutiange/log-listener-plugin",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "这是log-record的插件,如果需要使用这个日志监听,那么就需要把这个插件安装到项目中",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "build": "tsc",
13
13
  "dev": "ts-node ./src/index.ts",
14
- "publish": "npm build"
14
+ "publish": "npm run build"
15
15
  },
16
16
  "devDependencies": {
17
17
  "ts-node": "^10.9.2",