Skip to content

Commit

Permalink
Change from blacklist to whitelist npm packing (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey committed Nov 18, 2022
1 parent 8d34dec commit 41c098d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## [UNRELEASED](https://github.com/roydukkey/clean-package/compare/v2.1.2...master)

* Allow dot (`.`) to be escaped (`\\.`) in keys for `remove` and `replace` [#19](https://github.com/roydukkey/clean-package/pull/19)
* Change from blacklist to whitelist npm packing [#18](https://github.com/roydukkey/clean-package/pull/18)
* Change internals from `dot-object` to `dot-prop`

## [2.1.2](https://github.com/roydukkey/clean-package/compare/v2.1.1...v2.1.2)
Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"bin": "./bin/main.js",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"files": [
"/bin",
"/dist",
"/CHANGELOG.md",
"/LICENSE",
"/README.md",
"/common.js"
],
"config": {
"namespace": "clean-package",
"main": "./src/index.ts",
Expand Down

0 comments on commit 41c098d

Please sign in to comment.