lolshell 1.0.1 → 1.0.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "lolshell",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "test",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -12,6 +12,6 @@
12
12
  "start": "node index.js"
13
13
  },
14
14
  "bin": {
15
- "lolshell": "./index.js"
15
+ "lolshell": "index.js"
16
16
  }
17
17
  }