node-switchbot 2.0.0-beta.3 → 2.0.0-beta.4

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 +3 -3
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "node-switchbot",
3
- "version": "2.0.0-beta.3",
3
+ "version": "2.0.0-beta.4",
4
4
  "description": "The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "check": "npm install && npm outdated",
9
9
  "update": "ncu -u && npm update && npm install",
10
- "lint": "eslint src/**.ts",
10
+ "lint": "eslint src/**/*.ts",
11
11
  "build": "rimraf ./dist && tsc",
12
12
  "prepublishOnly": "npm run lint && npm run build",
13
13
  "postpublish": "npm run clean",
14
14
  "clean": "rimraf ./dist",
15
- "test": "eslint src/**.ts"
15
+ "test": "npm run lint"
16
16
  },
17
17
  "keywords": [
18
18
  "switchbot",