permanent-underclass 0.1.0-beta.21 → 0.1.0-beta.24

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 +2 -0
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # permanent-underclass
2
2
 
3
+ Repository: https://github.com/DhvanilPatel/permanent-underclass
4
+
3
5
  Run the game with:
4
6
 
5
7
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "permanent-underclass",
3
- "version": "0.1.0-beta.21",
4
- "description": "Terminal game about surviving the AI transition.",
3
+ "version": "0.1.0-beta.24",
4
+ "description": "Terminal game about surviving disruption one turn at a time.",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "permanent-underclass": "bin/permanent-underclass.cjs"
@@ -11,8 +11,9 @@
11
11
  "README.md"
12
12
  ],
13
13
  "optionalDependencies": {
14
- "permanent-underclass-darwin-arm64": "0.1.0-beta.21",
15
- "permanent-underclass-linux-x64": "0.1.0-beta.21"
14
+ "permanent-underclass-darwin-arm64": "0.1.0-beta.24",
15
+ "permanent-underclass-darwin-x64": "0.1.0-beta.24",
16
+ "permanent-underclass-linux-x64": "0.1.0-beta.24"
16
17
  },
17
18
  "engines": {
18
19
  "node": ">=18"