forked from codex-team/editor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(publish): optimise npm package size (codex-team#2301)
* build: optimize npm package size * fix: excluded regexes * chore: update CHANGELOG.md * fix: changelog information Co-authored-by: Peter Savchenko <specc.dev@gmail.com> --------- Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
- Loading branch information
1 parent
9ae96b9
commit 447f980
Showing
2 changed files
with
9 additions
and
24 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 |
---|---|---|
@@ -1,22 +1,6 @@ | ||
.idea | ||
.github | ||
docs | ||
example | ||
src | ||
test | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.git | ||
.gitmodules | ||
.jshintrc | ||
.postcssrc.yml | ||
.stylelintrc | ||
CODEOWNERS | ||
cypress.json | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js | ||
yarn.lock | ||
devserver.js | ||
* | ||
!dist/**/* | ||
!types/**/* | ||
!LICENSE | ||
!README.md | ||
!package.json |
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