swimple 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -824,11 +824,6 @@ Contributions are welcome! Please open an issue or PR on GitHub.
824
824
 
825
825
  ## Links
826
826
 
827
- - [GitHub Repository](#)
828
- - [NPM Package](#)
829
- - [Documentation](#)
830
- - [Report Issues](#)
831
-
832
- ## TODO
833
-
834
- - [ ] make a landing page (at https://swimple.goulet.dev) with example usage and a link to the documentation
827
+ - [GitHub Repository](https://github.com/wes-goulet/swimple)
828
+ - [NPM Package](https://www.npmjs.org/package/swimple)
829
+ - [Report Issues](https://github.com/wes-goulet/swimple/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swimple",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "A simple service worker library for request caching",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",