@bigbinary/neeto-editor 0.3.17 → 0.3.18

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 +3 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- **Neeto Editor** is the library that drives the experience in all Neeto products built at [BigBinary](https://www.bigbinary.com).
1
+ The **neetoEditor** library drives the rich text experience in the [neeto products](https://neeto.com) built at [BigBinary](https://www.bigbinary.com).
2
2
 
3
3
  ## Installation
4
4
 
@@ -6,9 +6,6 @@
6
6
  yarn add @bigbinary/neeto-editor
7
7
  ```
8
8
 
9
- NeetoUI relies on [TipTap Editor](https://tiptap.dev/) for it's icons.
10
- Install it by executing following command.
11
-
12
9
  ## Development
13
10
 
14
11
  Install all the dependencies by executing following command.
@@ -17,13 +14,12 @@ Install all the dependencies by executing following command.
17
14
  yarn
18
15
  ```
19
16
 
20
- Running the `yarn start` command starts a CRA app which resides in `src` folder. Use this application to test out changes. Note that nothing in the `src` folder will be bundled with NeetoUI.
17
+ Running the `yarn start` command starts a React app which resides in `example` folder. Use this application to test out changes.
21
18
 
22
19
  ## Building
23
20
 
24
- Neeto Editor gets auto-published to npm on new commit to master. You can checkout the `publish` workflow in git actions to get a live update.
21
+ The neetoEditor package gets auto-published to npm for every new merge to the master branch. You can checkout the `publish` workflow in git actions to get a live update.
25
22
 
26
23
  ## Documentation
27
24
 
28
25
  Read the docs here: https://neeto-editor.netlify.app.
29
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "main": "./build/index.js",
5
5
  "description": "Neeto Editor is the library that drives the rich text experience in all Neeto products built at BigBinary",
6
6
  "keywords": [