analytica.click 0.0.295 → 0.0.297

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.295",
3
+ "version": "0.0.297",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -34,10 +34,10 @@
34
34
  "dist/index.js"
35
35
  ],
36
36
  "scripts": {
37
- "format": "npx eslint --ext .ts,.tsx ./src --fix",
38
- "lint": "tsc && npx eslint --ext .ts,.tsx ./src",
37
+ "format": "eslint --ext .ts,.tsx ./src --fix",
38
+ "lint": "tsc && eslint --ext .ts,.tsx ./src",
39
39
  "build-direct": "rimraf .build && rimraf dist && cross-env NODE_ENV=prod ts-node esbuild",
40
- "build": "pnpm lint && pnpm build-direct",
40
+ "build": "pnpm run lint && pnpm build-direct",
41
41
  "start": "cross-env NODE_ENV=dev nodemon -e ts,tsx -w ./src --exec 'ts-node esbuild'"
42
42
  }
43
43
  }