@cocreate/cursors
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -0,1 +1,8 @@ | ||
## [1.1.13](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.1.12...v1.1.13) (2021-06-23) | ||
### Bug Fixes | ||
* update readme to include license details ([b5c6223](https://github.com/CoCreate-app/CoCreate-cursors/commit/b5c6223bd94bc4d6614410738a842b11e08c129c)) | ||
## [1.1.12](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.1.11...v1.1.12) (2021-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/cursors", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -75,2 +75,10 @@ # CoCreate-cursors | ||
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-cursors/blob/master/LICENSE) | ||
If you want to use CoCreate-cursors to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a CoCreate Commercial License at | ||
[cocreate.app/commercial-license](https://cocreate.app/#commercial-license) | ||
### Open source license | ||
If you are creating an open source application under a license compatible with the [GNU GPL license v3](https://www.gnu.org/licenses/gpl-3.0.html), you may use CoCreate-cursors under the terms of the GPLv3. | ||
[GNU GPL license v3 (GPLv3)](https://github.com/CoCreate-app/CoCreate-text/blob/master/LICENSE) |
129755
84