@rpgm-tools/neo-angband-content 1.3.0 → 1.8.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ through**, and come out as the same JSON records with the same schema. That is
20
20
  what makes a total conversion possible by construction rather than by permission:
21
21
  a mod that replaces every record is doing what the base game already does.
22
22
 
23
- ## What is in the tarball
23
+ ## Package contents
24
24
 
25
25
  | Path | What it holds |
26
26
  | --- | --- |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpgm-tools/neo-angband-content",
3
- "version": "1.3.0",
3
+ "version": "1.8.0",
4
4
  "description": "The core content pack: Angband 4.2.6 gamedata compiled to schema-validated pack format",
5
5
  "license": "GPL-2.0-only",
6
6
  "author": "neostryder (RPGM Tools)",