leksy-editor 2.3.0 → 2.3.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ MIT License. Free to use and modify.
|
|
|
206
206
|
|
|
207
207
|
## Contributing
|
|
208
208
|
|
|
209
|
-
Contributions are welcome. Please review the [Contribution Guide](
|
|
209
|
+
Contributions are welcome. Please review the [Contribution Guide](https://git.agamitechnologies.com/root/leksy-editor/-/blob/master/contribution.md) before opening a pull request.
|
|
210
210
|
|
|
211
211
|
## Author
|
|
212
212
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leksy-editor",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"description": "Leksy Editor is an alternative to traditional WYSIWYG editors, designed primarily for creating mail templates, blogs, and documents without any content manipulation.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|