wp-blank-scripts 2.6.6 → 2.6.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.
@@ -21,7 +21,7 @@ const replaceSQL = require('../utils/replaceSQL');
21
21
  // Default options
22
22
  const defaultOptions = {
23
23
  tunnelHost: '127.0.0.1',
24
- tunnelPort: 3307,
24
+ tunnelPort: 3308,
25
25
  mySQLPort: 3306,
26
26
  };
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wp-blank-scripts",
3
- "version": "2.6.6",
3
+ "version": "2.6.9",
4
4
  "description": "Personal Wordpress Scripts",
5
5
  "main": "index.js",
6
6
  "bin": {