fable-editor 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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 An Sajin Satheesan
3
+ Copyright (c) 2026 Sajin Satheesan
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -168,7 +168,7 @@ test/
168
168
 
169
169
  ## Author
170
170
 
171
- An Sajin Satheesan <an.sajinsatheesan@gmail.com>
171
+ Sajin Satheesan <an.sajinsatheesan@gmail.com>
172
172
 
173
173
  ## License
174
174
 
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "fable-editor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "FableEditor — a rich text editor with React and Angular wrappers",
5
- "author": "An Sajin Satheesan <an.sajinsatheesan@gmail.com>",
5
+ "author": "Sajin Satheesan <an.sajinsatheesan@gmail.com>",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/an-sajinsatheesan/fable-editor.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/an-sajinsatheesan/fable-editor/issues"
12
+ },
13
+ "homepage": "https://github.com/an-sajinsatheesan/fable-editor#readme",
6
14
  "main": "./dist/core/index.cjs",
7
15
  "module": "./dist/core/index.mjs",
8
16
  "types": "./dist/core/index.d.ts",