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.
1 parent 6f76db9 commit 3f506d8Copy full SHA for 3f506d8
.gitignore
@@ -29,6 +29,7 @@ build/Release
29
# Dependency directories
30
node_modules
31
jspm_packages
32
+package-lock.json
33
34
# Optional npm cache directory
35
.npm
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-doctor",
3
- "version": "1.13.0",
+ "version": "1.14.0",
4
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5
"main": "lib/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
0 commit comments