Skip to content

Commit

Permalink
fix(publish): fix glob pattern of including CHANGELOG.md in the `fi…
Browse files Browse the repository at this point in the history
…les` field of `package.json` files (#315)
  • Loading branch information
sounisi5011 authored Dec 9, 2021
1 parent d54f1b8 commit 95a36db
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/check-pid-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"!**/*.tsbuildinfo"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/top-level-await-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"files": [
"dist/",
"src/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"!**/*.tsbuildinfo",
"!tsconfig.json"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/run-if-supported/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"files": [
"dist/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"cli.js",
"!**/*.d.ts",
"!**/*.tsbuildinfo"
Expand Down
2 changes: 1 addition & 1 deletion packages/encrypted-archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"files": [
"dist/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"runkit-example.js",
"!**/*.tsbuildinfo"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-matchers/binary-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"!**/*.tsbuildinfo"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-transform-from/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"files": [
"dist/",
"src/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"examples/index.js"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-type-utils/has-own-property/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "sounisi5011",
"types": "./index.d.ts",
"files": [
"**/CHANGELOG.md",
"/CHANGELOG.md",
"index.d.ts"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-type-utils/is-readonly-array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "sounisi5011",
"types": "./index.d.ts",
"files": [
"**/CHANGELOG.md",
"/CHANGELOG.md",
"index.d.ts"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/is-property-accessible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist/",
"**/CHANGELOG.md",
"/CHANGELOG.md",
"!**/*.tsbuildinfo"
],
"scripts": {
Expand Down

0 comments on commit 95a36db

Please sign in to comment.