Skip to content

Commit

Permalink
Change NPM release scope
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR committed Oct 9, 2024
1 parent 0a2e295 commit b5529a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"src/v0.8/shared/util/SortedSetValidationUtil.sol",
"src/v0.8/liquiditymanager/interfaces/ILiquidityContainer.sol",
"src/v0.8/keystone/interfaces/ICapabilityConfiguration.sol",
"src/v0.8/keystone/lib/KeystoneFeedDefaultMetadataLib.sol",
"src/v0.8/keystone/interfaces/IReceiver.sol",
"src/v0.8/keystone/KeystoneFeedsPermissionHandler.sol",
"src/v0.8/vendor/openzeppelin-solidity",
"src/v0.8/vendor/Context.sol",
"src/v0.8/vendor/Pausable.sol",
Expand All @@ -61,7 +64,10 @@
"!src/v0.8/ccip/ocr/MultiOCR3Base.sol",
"!src/v0.8/ccip/NonceManager.sol",
"!src/v0.8/ccip/MultiAggregateRateLimiter.sol",
"!src/v0.8/ccip/capability"
"!src/v0.8/ccip/capability",
"!src/v0.8/ccip/rmn",
"!src/v0.8/ccip/interfaces/encodingutils",
"!src/v0.8/ccip/FeeQuoter.sol"
],
"pnpm": {
"_comment": "See https://github.com/ethers-io/ethers.js/discussions/2849#discussioncomment-2696454",
Expand Down

0 comments on commit b5529a3

Please sign in to comment.