We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 798c9a9 + 1c5d2cc commit a32ba3fCopy full SHA for a32ba3f
package.json
@@ -5,10 +5,10 @@
5
"author": "NativeScript <[email protected]>",
6
"description": "Command-line interface for building NativeScript projects",
7
"bin": {
8
- "tns": "./bin/tns",
9
"nativescript": "./bin/tns",
+ "ns": "./bin/tns",
10
"nsc": "./bin/tns",
11
- "ns": "./bin/tns"
+ "tns": "./bin/tns"
12
},
13
"main": "./lib/nativescript-cli-lib.js",
14
"files": [
@@ -106,7 +106,7 @@
106
"shelljs": "0.8.4",
107
"simple-git": "^2.20.1",
108
"simple-plist": "1.1.0",
109
- "source-map": "0.7.4",
+ "source-map": "0.8.0-beta.0",
110
"stringify-package": "1.0.1",
111
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
112
"tar": "6.0.2",
0 commit comments