@shipstatic/ship 2.8.1 → 2.8.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
@@ -365,7 +365,7 @@ const ship = new Ship({
365
365
  });
366
366
  ```
367
367
 
368
- ### Error Handling
368
+ ### Error handling
369
369
 
370
370
  ```javascript
371
371
  import { isShipError, ErrorType } from '@shipstatic/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipstatic/ship",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "description": "CLI and SDK for ShipStatic. Deploy static websites, landing pages, and prototypes instantly from the terminal or code.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",