From 531df5785ebdbad5e2ccbdefbcabd9c4da75d886 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:01:29 +0000 Subject: [PATCH 1/2] chore(package): update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2fa8212..e31b401 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "jest": "^24.1.0", "service-worker-mock": "^2.0.3", "ts-jest": "^24.0.0", - "ts-loader": "^5.3.3", + "ts-loader": "^6.0.4", "tslint": "^5.14.0", - "typedoc": "^0.14.2", + "typedoc": "^0.15.0", "typescript": "^3.3.3333" }, "keywords": [ From 17b6a95e1c4a67474676dd2100981ee1e66fc6d8 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:01:33 +0000 Subject: [PATCH 2/2] docs(readme): add Greenkeeper badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index af813fe..1e75075 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # swork -[![npm](https://img.shields.io/npm/v/swork)](https://www.npmjs.com/package/swork) [![travis ci](https://travis-ci.org/justin-lee-collins/swork.svg?branch=master)](https://travis-ci.org/justin-lee-collins/swork.svg?branch=master)[![Coverage Status](https://coveralls.io/repos/github/justin-lee-collins/swork/badge.svg?branch=master)](https://coveralls.io/github/justin-lee-collins/swork?branch=master) [![download](https://img.shields.io/npm/dw/swork)](https://img.shields.io/npm/dw/swork) +[![npm](https://img.shields.io/npm/v/swork)](https://www.npmjs.com/package/swork) [![travis ci](https://travis-ci.org/justin-lee-collins/swork.svg?branch=master)](https://travis-ci.org/justin-lee-collins/swork.svg?branch=master)[![Coverage Status](https://coveralls.io/repos/github/justin-lee-collins/swork/badge.svg?branch=master)](https://coveralls.io/github/justin-lee-collins/swork?branch=master) [![download](https://img.shields.io/npm/dw/swork)](https://img.shields.io/npm/dw/swork) [![Greenkeeper badge](https://badges.greenkeeper.io/justin-lee-collins/swork.svg)](https://greenkeeper.io/) swork is a service worker building framework intended to be a robust foundation for service worker applications. TypeScript and async functions are central to its implementation enabling increased productivity, reduced error rate and the removal of callbacks. Swork is not bundled with any middleware.