@rpcbase/cli 0.78.0 → 0.79.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/cli",
3
- "version": "0.78.0",
3
+ "version": "0.79.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {
package/src/cmd-deploy.js CHANGED
@@ -99,8 +99,6 @@ export const deploy = async (argv) => {
99
99
  "*.md",
100
100
  ].concat(argv.ignore)
101
101
 
102
- console.log("EEE", excludeList)
103
-
104
102
 
105
103
  const excludeArgs = excludeList.map((p) => `--exclude='${p}'`).join(" ");
106
104
  const rsyncCmd = [