@nwct/demo 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nwct/demo",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Internal network penetration, mapping external network",
5
5
  "main": "bin/index.js",
6
6
  "bin": {
7
- "mapping": "bin/index.js"
7
+ "demo": "bin/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",