mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
be33929770
**What kind of change does this PR introduce?** Adds `@puppeteer/ng-schematics` to the list of packages to be published to `npm` **Did you add tests for your changes?** Not relevant. **If relevant, did you update the documentation?** Not for in this PR. **Summary** We want to publish to `npm` so people can do `ng add @puppeteer/ng-schematics` and use it with Angular CLI. **Does this PR introduce a breaking change?** No **Other information**
28 lines
591 B
JSON
28 lines
591 B
JSON
{
|
|
"last-release-sha": "2e3719cd7fbab551e99625bfb6198183aa23e7f5",
|
|
"packages": {
|
|
"packages/puppeteer": {
|
|
"include-component-in-tag": false,
|
|
"component": "puppeteer"
|
|
},
|
|
"packages/puppeteer-core": {
|
|
"component": "puppeteer-core"
|
|
},
|
|
"packages/testserver": {},
|
|
"packages/ng-schematics": {
|
|
"initial-version": "0.1.0"
|
|
}
|
|
},
|
|
"plugins": [
|
|
{
|
|
"type": "node-workspace",
|
|
"merge": false
|
|
},
|
|
{
|
|
"type": "linked-versions",
|
|
"group-name": "puppeteer",
|
|
"components": ["puppeteer", "puppeteer-core"]
|
|
}
|
|
]
|
|
}
|