Skip to content

Commit

Permalink
Merge pull request #24 from AntonBazhal/minor-fixes
Browse files Browse the repository at this point in the history
Minor tweaks
  • Loading branch information
AntonBazhal committed Aug 22, 2017
2 parents a04a6c8 + 83953b6 commit f4392c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Use these middleware to extend functionality.
| Middleware | Author |
|:-------|:------:|
| **[Bunyan Logger](https://github.com/AntonBazhal/alpha-lambda-bunyan)** <br/> Bunyan logger middleware for alpha-lambda | [Anton Bazhal](https://github.com/AntonBazhal) |
| **[Bunyan Logger][alpha-lambda-bunyan-url]** <br/> Bunyan logger middleware for alpha-lambda | [Anton Bazhal][anton-bazhal-url] |
## License
Expand All @@ -105,6 +105,7 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[anton-bazhal-url]: https://github.com/AntonBazhal
[aws-context-url]: http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html
[aws-lambda-url]: https://aws.amazon.com/lambda/details/
[bunyan-log-child-url]: https://www.npmjs.com/package/bunyan#logchild
Expand All @@ -119,5 +120,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
[devdependencies-image]: https://david-dm.org/antonbazhal/alpha-lambda/dev-status.svg
[express-url]: https://expressjs.com/
[koa-url]: http://koajs.com/
[alpha-lambda-bunyan-url]: https://www.npmjs.com/package/alpha-lambda-bunyan
[npm-url]: https://www.npmjs.org/package/alpha-lambda
[npm-image]: https://img.shields.io/npm/v/alpha-lambda.svg
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ deployment:
branch: master
owner: AntonBazhal
commands:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
- npm install -g publish
- publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpha-lambda",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny wrapper that ensures that AWS Lambda function's callback is always called",
"repository": {
"type": "git",
Expand Down

0 comments on commit f4392c2

Please sign in to comment.