Skip to content

Commit 41f8cb4

Browse files
committed
Emit system information of every run of the CLI
1 parent c41cb54 commit 41f8cb4

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
@@ -35,14 +35,15 @@
3535
"iconv-lite": "0.4.4",
3636
"ios-sim-portable": "1.0.4",
3737
"lockfile": "1.0.0",
38-
"lodash": "3.2.0",
38+
"lodash": "3.5.0",
3939
"log4js": "0.6.9",
4040
"mkdirp": "0.3.5",
4141
"mute-stream": "0.0.4",
42+
"node-inspector": "0.7.4",
4243
"node-uuid": "1.4.1",
4344
"npm": "2.6.1",
44-
"osenv": "0.1.0",
4545
"open": "0.0.4",
46+
"osenv": "0.1.0",
4647
"plist": "1.1.0",
4748
"plistlib": "0.2.1",
4849
"progress-stream": "0.5.0",
@@ -55,11 +56,11 @@
5556
"shelljs": "0.3.0",
5657
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
5758
"temp": "0.8.1",
58-
"unzip": "0.1.9",
59+
"unzip": "0.1.11",
60+
"winreg": "0.0.12",
61+
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz",
5962
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
60-
"yargs": "1.2.2",
61-
"node-inspector": "0.7.4",
62-
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-0.9.tar.gz"
63+
"yargs": "1.2.2"
6364
},
6465
"analyze": true,
6566
"devDependencies": {

0 commit comments

Comments
 (0)