@dcl/opscli 1.0.0-1824561124.commit-472edeb → 1.0.0-1824565127.commit-b293887

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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @dcl/opscli
2
2
 
3
- Operations command line tool. You must login with NPM and your github user to use this command line.
3
+ Operations command line tool.
4
4
 
5
5
  ## Commands
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/opscli",
3
- "version": "1.0.0-1824561124.commit-472edeb",
3
+ "version": "1.0.0-1824565127.commit-b293887",
4
4
  "description": "base component",
5
5
  "bin": "dist/bin.js",
6
6
  "main": "dist/index.js",
@@ -40,5 +40,5 @@
40
40
  "files": [
41
41
  "dist"
42
42
  ],
43
- "commit": "472edebb25695c5865a622eafdb6a4bd7e0b03a5"
43
+ "commit": "b29388701834549a7e50b753b1866eb7404da291"
44
44
  }