Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth-json-rpc-provider
migration - B4: Add exceptions in `constraint…
…s.pro` for ISC license. (#1767) ## Explanation This PR implements the following incremental step in the process for migrating `eth-json-rpc-provider` into the core monorepo: *** ### Phase B: Staging in `migrated-packages/` #### 4. Add exception for non-MIT license. - [x] If migration target uses a non-MIT license, add exception entries in the root `constraints.pro` file. - [x] Make sure the new rule doesn't break any of the existing package.json files by running `yarn constraints`. *** See #1551 (comment) for an outline of the entire process. ## References - Contributes to #1685 - Contributes to #1551 ## Changelog N/A ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate
- Loading branch information