We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ce44a commit 5f56578Copy full SHA for 5f56578
lib/services/project-data-service.ts
@@ -63,7 +63,10 @@ export class ProjectDataService implements IProjectDataService {
63
"description": "NativeScript Application",
64
"license": "SEE LICENSE IN <your-license-filename>",
65
"readme": "NativeScript Application",
66
- "repository": "<fill-your-repository-here>"
+ "repository": "<fill-your-repository-here>",
67
+ "devDependencies": {
68
+ "nativescript-dev-android-snapshot": "^0.*.*"
69
+ }
70
}).wait();
71
}
72
0 commit comments