Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# @easy-webpack/config-offline

[![Greenkeeper badge](https://badges.greenkeeper.io/easy-webpack/config-offline.svg)](https://greenkeeper.io/)
Enable offline capability of your webapp using [ServiceWorker](https://developer.mozilla.org/en/docs/Web/API/Service_Worker_API) or [AppCache](https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache).

This config use [offline-plugin](https://github.com/NekR/offline-plugin) to achieve generation of ServiceWorker and AppCache files.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"devDependencies": {
"@types/debug": "0.0.29",
"@types/lodash": "^4.14.38",
"@types/node": "^6.0.46",
"@types/source-map": "^0.1.29",
"@types/webpack": "^1.12.35",
"ava": "^0.16.0",
"@types/node": "^7.0.5",
"@types/source-map": "^0.5.0",
"@types/webpack": "^2.2.5",
"ava": "^0.18.1",
"greenkeeper-postpublish": "^1.0.1",
"rimraf": "^2.5.4",
"semantic-release": "^4.3.5",
"ts-node": "^1.6.1",
"tslint": "^3.15.1",
"tslint-config-standard": "^1.5.0",
"semantic-release": "^6.3.2",
"ts-node": "^2.0.0",
"tslint": "^4.4.2",
"tslint-config-standard": "^3.0.0",
"typescript": "^2.0.6"
},
"dependencies": {
Expand Down