Skip to content

Commit

Permalink
feat(ng-schematics): Release @puppeteer/ng-schematics (puppeteer#9244)
Browse files Browse the repository at this point in the history
**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**
  • Loading branch information
Lightning00Blade authored Nov 14, 2022
1 parent 1b3dfec commit be33929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"puppeteer",
"schematics"
],
"repository": {
"type": "git",
"url": "https://github.com/puppeteer/puppeteer/tree/main/packages/ng-schematics"
},
"author": "The Chromium Authors",
"license": "Apache-2.0",
"engines": {
Expand Down
5 changes: 4 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"packages/puppeteer-core": {
"component": "puppeteer-core"
},
"packages/testserver": {}
"packages/testserver": {},
"packages/ng-schematics": {
"initial-version": "0.1.0"
}
},
"plugins": [
{
Expand Down

0 comments on commit be33929

Please sign in to comment.