Skip to content

Commit

Permalink
Fix NOTICE file not included in distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 9, 2024
1 parent 54e81ff commit e48601a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"files": [
"dist",
"!dist/**/*.map"
"!dist/**/*.map",
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.10.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
},
"files": [
"dist",
"!dist/**/*.map"
"!dist/**/*.map",
"NOTICE"
],
"scripts": {
"compile": "rollup -c",
Expand Down
3 changes: 2 additions & 1 deletion packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
},
"files": [
"dist",
"!dist/**/*.map"
"!dist/**/*.map",
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.10.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/vuepress-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
"files": [
"dist",
"!dist/**/*.map"
"!dist/**/*.map",
"NOTICE"
],
"peerDependencies": {
"@types/luxon": "^3.4.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/xyz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"files": [
"dist",
"!dist/**/*.map"
"!dist/**/*.map",
"NOTICE"
],
"peerDependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit e48601a

Please sign in to comment.