Skip to content

Commit

Permalink
fix: add src/ to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 16, 2018
1 parent d281c4d commit a412ec7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
<a name="3.3.1"></a>
## [3.3.1](https://github.com/awslabs/aws-serverless-express/compare/v3.3.0...v3.3.1) (2018-08-16)


### Bug Fixes

* fix package.json files ([4f2e56a](https://github.com/awslabs/aws-serverless-express/commit/4f2e56a))

<a name="3.3.0"></a>
# [3.3.0](https://github.com/awslabs/aws-serverless-express/compare/v3.2.0...v3.3.0) (2018-08-16)


### Bug Fixes

* run npm audit fix ([85cbae6](https://github.com/awslabs/aws-serverless-express/commit/85cbae6))


### Features

* add option of specifying resolveMode ([#173](https://github.com/awslabs/aws-serverless-express/issues/173)) ([582b88d](https://github.com/awslabs/aws-serverless-express/commit/582b88d))
6 changes: 3 additions & 3 deletions examples/basic-starter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/basic-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"aws-serverless-express": "^3.3.0",
"aws-serverless-express": "^3.3.2",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
"cors": "^2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"license": "Apache-2.0",
"files": [
"index.js",
"middleware.js"
"middleware.js",
"src/"
],
"main": "index.js",
"repository": {
Expand Down

0 comments on commit a412ec7

Please sign in to comment.