Skip to content

Commit 4354559

Browse files
committed
Emit system information of every run of the CLI
1 parent 70385e5 commit 4354559

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

lib/definitions/osenv.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
declare module "osenv" {
22
function home(): string;
3+
function shell(): string;
34
}

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,17 @@
3636
"iconv-lite": "0.4.4",
3737
"ios-sim-portable": "1.0.4",
3838
"lockfile": "1.0.0",
39-
"lodash": "3.2.0",
39+
"lodash": "3.5.0",
4040
"log4js": "0.6.9",
4141
"marked": "0.3.3",
4242
"marked-terminal": "1.2.0",
4343
"mkdirp": "0.3.5",
4444
"mute-stream": "0.0.4",
45+
"node-inspector": "0.7.4",
4546
"node-uuid": "1.4.1",
4647
"npm": "2.6.1",
47-
"osenv": "0.1.0",
4848
"open": "0.0.4",
49+
"osenv": "0.1.0",
4950
"plist": "1.1.0",
5051
"plistlib": "0.2.1",
5152
"progress-stream": "0.5.0",
@@ -58,11 +59,11 @@
5859
"shelljs": "0.3.0",
5960
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
6061
"temp": "0.8.1",
61-
"unzip": "0.1.9",
62+
"unzip": "0.1.11",
63+
"winreg": "0.0.12",
64+
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz",
6265
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
63-
"yargs": "1.2.2",
64-
"node-inspector": "0.7.4",
65-
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz"
66+
"yargs": "1.2.2"
6667
},
6768
"analyze": true,
6869
"devDependencies": {

0 commit comments

Comments
 (0)