@jeffchi/logger 4.1.1-rc.0 → 4.2.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffchi/logger",
3
- "version": "4.1.1-rc.0",
3
+ "version": "4.2.0-rc.0",
4
4
  "main": "lib/index.cjs",
5
5
  "module": "lib/index.mjs",
6
6
  "browser": "lib/index.cjs",
@@ -36,13 +36,7 @@
36
36
  "format": "prettier --write \"src/**/*.ts\"",
37
37
  "lint": "tslint -p tsconfig.json",
38
38
  "test": "jest --config jestconfig.json",
39
- "test:main": "jest ./src/__tests__/main.test.ts --config jestconfig.json",
40
- "prepush": "git add .",
41
- "push": "git commit -m",
42
- "postpush": "git push",
43
- "prepublishOnly": "npm run test main && npm run lint",
44
- "publish": "git push --follow-tags origin develop && npm publish",
45
- "release": "node release"
39
+ "test:main": "jest ./src/__tests__/main.test.ts --config jestconfig.json"
46
40
  },
47
41
  "author": "jeffery·chiang",
48
42
  "license": "MIT",