Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-lee-collins committed Sep 4, 2019
1 parent 589d9ea commit 1f18620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swork",
"version": "1.5.1",
"version": "1.5.2",
"description": "A service worker building framework using a middleware pattern.",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ configuration.environment = "production";
console.log(configuration);
// => { version: "1.0.0", origin: "https://localhost", environment: "production" }
```

## Notes

As service workers do not yet natively support ES6 modules, a Swork implementation is expected to be built with your preferred bundler (e.g. Webpack, Rollup)

0 comments on commit 1f18620

Please sign in to comment.