Skip to content

Commit 32eaab3

Browse files
committed
update npmignore config
1 parent 30a96d5 commit 32eaab3

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

.npmignore

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
11
__mocks__
2-
.circleci/
3-
.dependabot/
4-
coverage/
5-
dist/*.test*
6-
examples/
7-
src/
8-
.babelrc.js
9-
.prettierrc.yml
10-
.gitignore
11-
.npmignore
12-
.publishrc
13-
jest.config.js
14-
tsconfig.*json
15-
old-docs
16-
CHANGELOG.md
2+
.test.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
66

7+
## [3.3.3]  (2020-05-08)
8+
9+
### Changed
10+
11+
- Change npmignore config to whitelisting
12+
713
## [3.3.2]  (2020-05-07)
814

915
### Changed
@@ -201,6 +207,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
201207
- Update older libraries
202208
- Now publish from Git tags instead of master pushes
203209

210+
[3.3.3]: https://github.com/manwaring/lambda-wrapper/compare/v3.3.1...v3.3.3
204211
[3.3.2]: https://github.com/manwaring/lambda-wrapper/compare/v3.3.1...v3.3.2
205212
[3.3.1]: https://github.com/manwaring/lambda-wrapper/compare/v3.3.0...v3.3.1
206213
[3.3.0]: https://github.com/manwaring/lambda-wrapper/compare/v3.2.0...v3.3.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@manwaring/lambda-wrapper",
33
"description": "A lambda handler wrapper to abstract common functionality and provide useful defaults",
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"scripts": {
66
"publish-please-dry-run": "publish-please --dry-run",
77
"publish-please": "publish-please",
@@ -53,6 +53,9 @@
5353
"homepage": "https://github.com/manwaring/lambda-wrapper",
5454
"main": "dist/index.js",
5555
"types": "dist/index.d.ts",
56+
"files": [
57+
"/dist"
58+
],
5659
"author": "From Phillip with ♥",
5760
"license": "MIT",
5861
"keywords": [

0 commit comments

Comments
 (0)