uni-run 0.0.4 → 0.0.5

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const cross_spawn_1 = require("cross-spawn");
4
4
  const readline = require("readline");
5
5
  const watcher_1 = require("./watcher");
6
- const colors_1 = require("../utils/colors");
6
+ const colors_1 = require("../lib/colors");
7
7
  const kill_process_1 = require("./kill-process");
8
8
  class Execution {
9
9
  static start([command, ...args], options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "uni-run",
3
3
  "description": "Universal Runner for many language",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "type": "commonjs",
6
6
  "scripts": {
7
7
  "ts": "w ./src/__lab__/index.ts",
@@ -10,7 +10,8 @@
10
10
  "build": "node ./build.cjs"
11
11
  },
12
12
  "bin": {
13
- "ur": "./dist/bin.js",
13
+ "r": "./dist/bin.js",
14
+ "run": "./dist/bin.js",
14
15
  "uni-run": "./dist/bin.js"
15
16
  },
16
17
  "dependencies": {
File without changes
File without changes