@owomark/react 0.1.2 → 0.1.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A self-contained Markdown editor built on a single-layer `contenteditable` surface.
4
4
 
5
- Official package: `@owomark/react`. The flat name `owomark-react` is reserved only as a compatibility redirect and should not be used for new installs.
5
+ Install the official package: `@owomark/react`.
6
6
 
7
7
  Four packages:
8
8
 
@@ -354,7 +354,7 @@ console.log(core.getMarkdown());
354
354
 
355
355
  ## Building
356
356
 
357
- From the monorepo root:
357
+ From the project root:
358
358
 
359
359
  ```bash
360
360
  npm run build:packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owomark/react",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "React bindings and components for the OwoMark editor stack.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",