-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #280 from thefrontside/cl/fix-types
🐛 bump new release in order to push DNT packages
- Loading branch information
Showing
2 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@interactors/globals": patch | ||
"@interactors/core": patch | ||
"@interactors/html": patch | ||
"@interactors/keyboard": patch | ||
--- | ||
|
||
Fix types in distributed NPM packages which were being incorrectly referenced in the package exports. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,8 @@ | ||
node_modules | ||
yarn-error.log | ||
/packages/*/dist | ||
/packages/*/build | ||
/packages/*/docs | ||
*.tsbuildinfo | ||
|
||
.node-version | ||
|
||
# Local Netlify folder | ||
.netlify | ||
|
||
.vscode | ||
# yarn v2 | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
__generated__ | ||
.parcel-cache |