Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "middy", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "The simple (but cool 😎) middleware engine for AWS lambda in Node.js", | ||
@@ -15,2 +15,3 @@ "main": "src/index.js", | ||
"release:tag": "git tag $npm_package_version && git push --tags", | ||
"coverage:submit": "codecov", | ||
"precommit": "npm run build" | ||
@@ -35,2 +36,3 @@ }, | ||
"devDependencies": { | ||
"codecov": "^2.3.0", | ||
"eslint": "^4.4.1", | ||
@@ -37,0 +39,0 @@ "eslint-config-standard": "^10.2.1", |
@@ -11,7 +11,10 @@ <div align="center"> | ||
<p> | ||
<a href="http://badge.fury.io/js/middy"> | ||
<img src="https://badge.fury.io/js/middy.svg" alt="npm version" style="max-width:100%;"> | ||
</a> | ||
<a href="https://circleci.com/gh/Plnt9/middy"> | ||
<img src="https://circleci.com/gh/Plnt9/middy.svg?style=shield&circle-token=fa7f80307b57bd4f51a950d2259ead77388dee3a" alt="CircleCI" style="max-width:100%;"> | ||
</a> | ||
<a href="http://badge.fury.io/js/middy"> | ||
<img src="https://badge.fury.io/js/middy.svg" alt="npm version" style="max-width:100%;"> | ||
<a href="https://codecov.io/gh/Plnt9/middy"> | ||
<img src="https://codecov.io/gh/Plnt9/middy/branch/master/graph/badge.svg" alt="codecov" style="max-width:100%;"> | ||
</a> | ||
@@ -18,0 +21,0 @@ <a href="https://standardjs.com/"> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
224442
28
5741
487
11