@shipstatic/drop 2.7.1 → 2.7.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install @shipstatic/drop @shipstatic/ship
12
12
 
13
13
  React 18 or 19 is a peer dependency.
14
14
 
15
- ## Quick Start
15
+ ## Quick start
16
16
 
17
17
  ```tsx
18
18
  import { useDrop } from '@shipstatic/drop';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipstatic/drop",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Headless React hook that prepares files for ShipStatic deployments: drag and drop with folder support, ZIP extraction, path normalization, and validation.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",