Skip to content

Commit a32ba3f

Browse files
committed
Merge branch 'master' of github.com:farfromrefug/nativescript-cli
2 parents 798c9a9 + 1c5d2cc commit a32ba3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"author": "NativeScript <[email protected]>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {
8-
"tns": "./bin/tns",
98
"nativescript": "./bin/tns",
9+
"ns": "./bin/tns",
1010
"nsc": "./bin/tns",
11-
"ns": "./bin/tns"
11+
"tns": "./bin/tns"
1212
},
1313
"main": "./lib/nativescript-cli-lib.js",
1414
"files": [
@@ -106,7 +106,7 @@
106106
"shelljs": "0.8.4",
107107
"simple-git": "^2.20.1",
108108
"simple-plist": "1.1.0",
109-
"source-map": "0.7.4",
109+
"source-map": "0.8.0-beta.0",
110110
"stringify-package": "1.0.1",
111111
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
112112
"tar": "6.0.2",

0 commit comments

Comments
 (0)