Skip to content

Commit

Permalink
Merge pull request #39 from VKTRenokh/develop
Browse files Browse the repository at this point in the history
Performance
  • Loading branch information
VKTRenokh committed Apr 5, 2024
2 parents 4bed40f + 401b2a7 commit 4ddaa6f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-donkeys-reply.md
@@ -0,0 +1,5 @@
---
"duck-fp": patch
---

Performance: useless files wont be published to npm now
20 changes: 20 additions & 0 deletions .npmignore
@@ -0,0 +1,20 @@
.changeset
.editorconfig
.eslintignore
.eslintrc.js
.github
.gitignore
.husky
.ignore
.lintstagedrc
.prettierrc
CHANGELOG.md
CNAME
commitlint.config.mjs
coverage
esbuild.js
examples
jest.config.ts
src
tests
tsconfig.json
2 changes: 1 addition & 1 deletion tests/utils/should-not-be-called.ts
@@ -1,3 +1,3 @@
export const shouldNotBeCalled = (...args: any[]): any => {
export const shouldNotBeCalled = (..._args: any[]): any => {
throw new Error('should not be called')
}

0 comments on commit 4ddaa6f

Please sign in to comment.