wysimark-lite 0.14.1 → 0.14.2

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,11 @@ wysimark ( https://github.com/portive/wysimark ) is a modern and clean rich text
6
6
 
7
7
  Thanks to the original author of wysimark, portive m(_ _)m
8
8
 
9
+ ## Demo
10
+
11
+ You can try out the editor using storybook in the following link:
12
+ https://takeshy.github.io/wysimark-lite
13
+
9
14
  ## Usage
10
15
 
11
16
  ### As React Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wysimark-lite",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "license": "MIT",
5
5
  "author": "takesy<takesy.morito@gmail.com>",
6
6
  "repository": {