File tree 3 files changed +4
-18
lines changed
3 files changed +4
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import fs = require( "fs" ) ;
2
2
import path = require( "path" ) ;
3
- import util = require( "util" ) ;
4
- require ( "colors" ) ;
5
-
6
3
import errors = require( "./errors" ) ;
7
4
import options = require( "./options" ) ;
8
5
Original file line number Diff line number Diff line change 3
3
"version" : " 4.2.5" ,
4
4
"description" : " " ,
5
5
"main" : " ./lib/ios-sim.js" ,
6
+ "files" : [
7
+ " lib/**/*.js" ,
8
+ " resources"
9
+ ],
6
10
"scripts" : {
7
11
"prepack" : " node prepack.js" ,
8
12
"test" : " echo \" Error: no test specified\" && exit 1"
27
31
"homepage" : " https://github.com/telerik/ios-sim-portable" ,
28
32
"dependencies" : {
29
33
"bplist-parser" : " https://github.com/telerik/node-bplist-parser/tarball/master" ,
30
- "colors" : " ~1.4.0" ,
31
34
"lodash" : " ~4.17.15" ,
32
35
"osenv" : " ~0.1.5" ,
33
36
"plist" : " 3.0.1" ,
You can’t perform that action at this time.
0 commit comments