Skip to content

Commit e901969

Browse files
Remove "not_installable" key from Flex enpoints
1 parent 46f2c00 commit e901969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GenerateFlexEndpointCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ private function generatePackageJson(string $repository, string $sourceBranch, b
127127
'manifest' => $manifest,
128128
'files' => $files,
129129
'origin' => sprintf('%s:%[email protected]/%s:%s', $package, $version, $repository, $sourceBranch),
130-
'not_installable' => false,
131130
'is_contrib' => $contrib,
132131
],
133132
],

0 commit comments

Comments
 (0)