@cecee/document-flip-book 1.0.8 → 1.0.9

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cecee/document-flip-book",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A high-performance document flipbook component based on React and Ant Design.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,10 +11,6 @@
11
11
  "files": [
12
12
  "dist"
13
13
  ],
14
- "scripts": {
15
- "build": "father build",
16
- "dev": "father dev"
17
- },
18
14
  "keywords": [
19
15
  "react",
20
16
  "flipbook",
@@ -53,5 +49,9 @@
53
49
  "react-pdf": "^10.4.1",
54
50
  "tsup": "^8.0.1",
55
51
  "typescript": "^5.3.3"
52
+ },
53
+ "scripts": {
54
+ "build": "father build",
55
+ "dev": "father dev"
56
56
  }
57
- }
57
+ }