Skip to content

Commit 5f56578

Browse files
committed
Add snapshot plugin to project package.json
1 parent 14ce44a commit 5f56578

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/services/project-data-service.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ export class ProjectDataService implements IProjectDataService {
6363
"description": "NativeScript Application",
6464
"license": "SEE LICENSE IN <your-license-filename>",
6565
"readme": "NativeScript Application",
66-
"repository": "<fill-your-repository-here>"
66+
"repository": "<fill-your-repository-here>",
67+
"devDependencies": {
68+
"nativescript-dev-android-snapshot": "^0.*.*"
69+
}
6770
}).wait();
6871
}
6972

0 commit comments

Comments
 (0)