@tryghost/koenig-lexical 0.0.7 → 0.0.8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@ To test/develop inside of Admin you can run `yarn preview` then in Ghost set you
17
17
  }
18
18
  ```
19
19
 
20
- `yarn preview` by itself only serves the library files, it's possible ro run `yarn built --watch` in a separate terminal tab to have auto-rebuild whilst developing.
20
+ `yarn preview` by itself only serves the library files, it's possible ro run `yarn build --watch` in a separate terminal tab to have auto-rebuild whilst developing.
21
21
 
22
22
  ### Project structure
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/koenig-lexical",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/koenig-lexical",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -45,5 +45,5 @@
45
45
  "vite": "3.0.8",
46
46
  "vite-plugin-svgr": "2.2.1"
47
47
  },
48
- "gitHead": "375ef20bf26694e9b4c2ae5532c57911330a669c"
48
+ "gitHead": "9c9c3237d6e04a67bd25b1ca530f59b2aa980bda"
49
49
  }