@equinor/echo-cli 0.2.4 → 0.2.5-test

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": "@equinor/echo-cli",
3
- "version": "0.2.4",
3
+ "version": "0.2.5-test",
4
4
  "description": "Command line interface for Echo Apps",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/test.js",
@@ -12,6 +12,7 @@
12
12
  "echo-publish": "npm publish --access public",
13
13
  "echo-publish-beta": "npm publish --access public --tag beta",
14
14
  "echo-publish-next": "npm publish --access public --tag next",
15
+ "echo-publish-test": "npm publish --access public --tag test",
15
16
  "echo-test": "npm ci & jest --watchAll",
16
17
  "echo-update": "echo-update",
17
18
  "echo-update-version": "echo-update -v",