@chronoter/main 0.1.8 → 0.1.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chronoter/main",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Chronoter - MDX-based documentation site generator with development server and HMR support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/README.npm.md DELETED
@@ -1,3 +0,0 @@
1
- # @chronoter/main
2
-
3
- The core implementation for Chronoter. See [chronoter](https://www.npmjs.com/package/chronoter) for documentation.