Skip to content

Commit 04823d9

Browse files
committed
chore: v6.7.0
1 parent 5414b77 commit 04823d9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

npm-shrinkwrap.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "6.6.0",
4+
"version": "6.7.0",
55
"author": "Telerik <support@telerik.com>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {
@@ -10,6 +10,7 @@
1010
},
1111
"main": "./lib/nativescript-cli-lib.js",
1212
"scripts": {
13+
"grunt": "grunt",
1314
"setup": "npm i --ignore-scripts && ./node_modules/.bin/grunt",
1415
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
1516
"postinstall": "node postinstall.js",
@@ -60,7 +61,7 @@
6061
"mkdirp": "0.5.1",
6162
"mute-stream": "0.0.5",
6263
"nativescript-dev-xcode": "0.2.1",
63-
"nativescript-doctor": "1.13.0",
64+
"nativescript-doctor": "~1.14.0",
6465
"nativescript-preview-sdk": "0.3.4",
6566
"open": "6.0.0",
6667
"ora": "2.0.0",

0 commit comments

Comments
 (0)