@jeffchi/logger 1.0.0 → 1.0.1

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeffchi/logger",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "description": "A log print output javascript tool library that can be used at the front and back ends",
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "build": "tsc",
27
27
  "prepare": "npm run build",
28
- "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
28
+ "format": "prettier --write \"src/**/*.ts\"",
29
29
  "lint": "tslint -p tsconfig.json",
30
30
  "test": "jest --config jestconfig.json",
31
31
  "prepublishOnly": "npm run test && npm run lint",