@discoverworthy/deploy 1.0.0 → 1.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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  const fs = require('fs');
4
4
  const path = require('path');
5
- const { createReadStream } = require('fs');
6
5
 
7
6
  const API_URL = process.env.DISCOVERWORTHY_API_URL || 'https://discoverworthy.com';
8
7
  const DEPLOY_ENDPOINT = `${API_URL}/api/v1/hosting/deploy`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discoverworthy/deploy",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Deploy static sites to DiscoverWorthy hosting",
5
5
  "bin": {
6
6
  "dw-deploy": "./index.js"