zobro-cli 1.0.5 → 1.0.7

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1 +1 @@
1
- // no more available
1
+ //bduiivjr
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zobro-cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "zobro-cli": "./index.js"
@@ -12,7 +12,7 @@
12
12
  "author": "Secondary chor",
13
13
  "license": "ISC",
14
14
  "type": "commonjs",
15
- "description": "No cheat in exam for world",
15
+ "description": "No cheat in exam for world ",
16
16
  "dependencies": {
17
17
  "yargs": "^17.7.2"
18
18
  }