axiom-editor 1.0.3 → 1.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -258,4 +258,4 @@ function ArticlePage() {
258
258
 
259
259
  ## License
260
260
 
261
- This project is licensed under the [MIT License](file:///C:/Users/adity/.gemini/antigravity/scratch/axiom-editor-package/LICENSE).
261
+ This project is licensed under the [MIT License](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axiom-editor",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A premium narrative architecture block editor built on Tiptap",
5
5
  "license": "MIT",
6
6
  "type": "module",