mobbdev 0.0.1 → 0.0.2

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 -1
package/README.md CHANGED
@@ -13,5 +13,5 @@ Only Java projects are supported at the moment.
13
13
  ## Usage
14
14
 
15
15
  ```shell
16
- npx mobb https://github.com/mobb-dev/simple-vulnerable-java-project
16
+ npx mobbdev https://github.com/mobb-dev/simple-vulnerable-java-project
17
17
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,6 +35,7 @@
35
35
  "node": ">=8.5.0"
36
36
  },
37
37
  "files": [
38
+ "bin",
38
39
  "src",
39
40
  "index.mjs",
40
41
  ".env",