Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "swork-link", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Dynamic middleware linker for the swork framework.", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
"ts-jest": "^24.0.0", | ||
"ts-loader": "^5.3.3", | ||
"ts-loader": "^6.0.4", | ||
"tslint": "^5.18.0", | ||
@@ -30,0 +30,0 @@ "typescript": "^3.3.3333" |
@@ -5,3 +5,3 @@ # swork-link | ||
swork-link is a swork middleware designed to allow the dynamic injection of new middleware into an existing middleware pipeline. It is built with TypeScript and async methods. | ||
swork-link is a [swork](https://www.npmjs.com/package/swork) middleware designed to allow the dynamic injection of new middleware into an existing middleware pipeline. It is built with TypeScript and async methods. | ||
@@ -96,1 +96,5 @@ **License** | ||
``` | ||
## Contact | ||
If you are using [swork](https://www.npmjs.com/package/swork) or any of its related middlewares, please let me know on [gitter](https://gitter.im/swork-chat/community). I am always looking for feedback or additional middleware ideas. |
12350
99