@npmcli/template-oss 2.9.1 → 2.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ jobs:
19
19
  with:
20
20
  release-type: node
21
21
  monorepo-tags: true
22
- path: %%pkgpath%%/**
22
+ path: %%pkgpath%%
23
23
  # If you change changelog-types be sure to also update commitlintrc.js
24
24
  changelog-types: >
25
25
  [{"type":"feat","section":"Features","hidden":false},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/index.js",
6
6
  "bin": {