File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed
Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import fs = require( "fs" ) ;
22import path = require( "path" ) ;
3- import util = require( "util" ) ;
4- require ( "colors" ) ;
5-
63import errors = require( "./errors" ) ;
74import options = require( "./options" ) ;
85
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments