scrabble-cheater 3.2.0 → 3.3.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 (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,8 +4,15 @@ This is a simple Scrabble cheating tool designed for Andy's [scrabble-bot](https
4
4
 
5
5
  Of course you shouldn't be using this and I'm not responsible if people call you a cheater.
6
6
 
7
+ ## Prerequisites
8
+
9
+ - [Node.js](https://nodejs.org) >= 14
10
+ - [yarn](https://classic.yarnpkg.com) < 2
11
+
7
12
  ## Setup
8
13
 
14
+ ℹ️ This is a hybrid [CommonJS](https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules) / [ESM](https://nodejs.org/api/esm.html#introduction) module.
15
+
9
16
  ```
10
17
  yarn
11
18
  yarn dist
package/package.json CHANGED
@@ -48,6 +48,6 @@
48
48
  "test": "ts-node-esm -P tsconfig.jasmine.json ../../node_modules/.bin/jasmine"
49
49
  },
50
50
  "type": "module",
51
- "version": "3.2.0",
52
- "gitHead": "a331830d9f774cceaad0347a90338848466e15eb"
51
+ "version": "3.3.0",
52
+ "gitHead": "6d9424b4e6f1778e8dcdc6535ff74635aa0d55cf"
53
53
  }