Skip to content

Commit

Permalink
Publish only necessary items (#102)
Browse files Browse the repository at this point in the history
* publish only necessary items

* Release 4.1.1-beta.0

* do not publish tsconfig

* Release 4.1.1-beta.1

* update CHANGELOG
  • Loading branch information
planttheidea committed May 8, 2023
1 parent ac1dbd7 commit 49703a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .npmignore
Expand Up @@ -4,9 +4,16 @@
.idea
.npmignore
.nyc_output
__tests__
.prettierrc.js
.release-it*
benchmarks
coverage
DEV_ONLY
es-to-mjs.js
jest.config.js
node_modules
rollup.config.js
src
test
tsconfig.json
webpack
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# micro-memoize CHANGELOG

## 4.1.1

- [#102](https://github.com/planttheidea/micro-memoize/pull/102) - avoid publishing development-only files for less `node_modules` bloat

## 4.1.0

#### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -102,5 +102,5 @@
},
"sideEffects": false,
"types": "./index.d.ts",
"version": "4.1.0"
"version": "4.1.1-beta.1"
}

0 comments on commit 49703a8

Please sign in to comment.