Skip to content

Commit eff3464

Browse files
committed
chore: remove colors dependency & use package.json files array
1 parent 08fbbd0 commit eff3464

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.npmignore

-14
This file was deleted.

lib/command-executor.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import fs = require("fs");
22
import path = require("path");
3-
import util = require("util");
4-
require("colors");
5-
63
import errors = require("./errors");
74
import options = require("./options");
85

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "4.2.5",
44
"description": "",
55
"main": "./lib/ios-sim.js",
6+
"files": [
7+
"lib/**/*.js",
8+
"resources"
9+
],
610
"scripts": {
711
"prepack": "node prepack.js",
812
"test": "echo \"Error: no test specified\" && exit 1"
@@ -27,7 +31,6 @@
2731
"homepage": "https://github.com/telerik/ios-sim-portable",
2832
"dependencies": {
2933
"bplist-parser": "https://github.com/telerik/node-bplist-parser/tarball/master",
30-
"colors": "~1.4.0",
3134
"lodash": "~4.17.15",
3235
"osenv": "~0.1.5",
3336
"plist": "3.0.1",

0 commit comments

Comments
 (0)