middleware-async
Advanced tools
Comparing version
{ | ||
"name": "middleware-async", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "A handy tool to work with async/promise express middleware", | ||
@@ -13,3 +13,5 @@ "main": "./index.js", | ||
"index.js", | ||
"index.mjs" | ||
"index.js.map", | ||
"index.mjs", | ||
"index.mjs.map" | ||
], | ||
@@ -22,3 +24,3 @@ "scripts": { | ||
"coverage": "yarn jest --coverage", | ||
"clean": "rm -rf index.d.ts index.js coverage", | ||
"clean": "rm -rf index.d.ts index.js index.js.map index.mjs index.js.map es coverage", | ||
"lint": "yarn eslint index.ts", | ||
@@ -25,0 +27,0 @@ "prepublishOnly": "yarn clean && yarn lint && yarn coverage && yarn clean && yarn build" |
30886
19.48%8
33.33%