@openpageflip/core 0.0.0 → 0.0.1

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  Framework-agnostic page-turn engine. Successor to [`page-flip`](https://www.npmjs.com/package/page-flip) (StPageFlip).
4
4
 
5
- Pre-1.0 and under construction. The plan, decisions and status live in the
6
- [repository's SPEC.md](https://github.com/benhonda/openpageflip/blob/main/SPEC.md).
5
+ Pre-1.0 and under construction. The plan, decisions and status live in the [repository's SPEC.md](https://github.com/benhonda/openpageflip/blob/main/SPEC.md).
7
6
 
8
7
  ```sh
9
8
  bun add @openpageflip/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpageflip/core",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Realistic page-flip effect for HTML content. Framework-agnostic successor to StPageFlip.",
5
5
  "license": "MIT",
6
6
  "type": "module",