Skip to content

Commit a6a0f5d

Browse files
Merge pull request #3406 from NativeScript/vladimirov/plugins-data
feat(create): Keep pluginsData key from template's package.json
2 parents dc345f4 + 93237d9 commit a6a0f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class LiveSyncTrackActionNames {
4141
static DEVICE_INFO = `Device Info for ${liveSyncOperation}`;
4242
}
4343

44-
export const PackageJsonKeysToKeep: Array<String> = ["name", "main", "android", "version"];
44+
export const PackageJsonKeysToKeep: Array<String> = ["name", "main", "android", "version", "pluginsData"];
4545

4646
export class SaveOptions {
4747
static PRODUCTION = "save";

0 commit comments

Comments
 (0)