@ossy/cli 0.0.4-alpha → 0.0.5

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/package.json +4 -3
  2. package/src/index.js +0 -0
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "@ossy/cli",
3
- "version": "0.0.4-alpha",
3
+ "version": "0.0.5",
4
+ "repository": "github:ossy-se/packages",
4
5
  "description": "Command line tool that makes it easier to interact with our APIs",
5
6
  "source": "./src/index.js",
6
7
  "main": "./src/index.js",
7
8
  "type": "module",
8
9
  "scripts": {
9
- "test": "echo \"Error: no test specified\" && exit 1",
10
+ "test": "echo \"Error: no test specified\" && exit 0",
10
11
  "build": "echo \"The build step is not required when using JavaScript!\" && exit 0"
11
12
  },
12
13
  "author": "Ossy",
13
- "license": "ISC",
14
+ "license": "MIT License",
14
15
  "bin": "./src/index.js",
15
16
  "dependencies": {
16
17
  "arg": "^5.0.2",
package/src/index.js CHANGED
File without changes