@jtaco/customcmd 1.1.0 → 1.1.1

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 +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@ An easy to use custom terminal command creator that can run multiple steps with
5
5
 
6
6
  **Via npm:**
7
7
 
8
- npm install -g customcmd
8
+ npm install -g @jtaco/customcmd
9
9
 
10
10
  **Via git:**
11
11
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@jtaco/customcmd",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "An easy to use custom terminal command creator that can do multiple steps with one command",
5
5
  "license": "ISC",
6
6
  "author": "JTaco",
7
7
  "type": "module",
8
8
  "bin": {
9
- "customcmd": "./bin/customcmd.js",
10
- "custcmd": "./bin/customcmd.js"
9
+ "customcmd": "bin/customcmd.js",
10
+ "custcmd": "bin/customcmd.js"
11
11
  },
12
12
  "files": [
13
13
  "bin/",