@theatrejs/plugin-ldtk 1.0.0 → 1.0.1

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 +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # LDTK Plugin
4
4
 
5
- > *🛠️ A Plugin for LDTK JDON data.*
5
+ > *🛠️ A Plugin for LDTK JSON data.*
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "Alexandre Blondeau",
3
- "description": "🛠️ A Plugin for LDTK JDON data.",
3
+ "description": "🛠️ A Plugin for LDTK JSON data.",
4
4
  "devDependencies": {
5
5
 
6
6
  "docdash": "2.0.2",
@@ -54,5 +54,5 @@
54
54
  "postversion": "node ./tools/custom/postversion.cjs"
55
55
  },
56
56
  "type": "module",
57
- "version": "1.0.0"
57
+ "version": "1.0.1"
58
58
  }