@unlockable/vite-plugin-unlock 0.1.3 → 0.1.4
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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ The plugin is designed to work with any Vite-based project, but Medusa is the on
|
|
|
33
33
|
- [Generic Usage](#generic-usage)
|
|
34
34
|
- [How It Works](#how-it-works)
|
|
35
35
|
- [Options Reference](#options-reference)
|
|
36
|
+
- [Contributing](#contributing)
|
|
36
37
|
- [License](#license)
|
|
37
38
|
|
|
38
39
|
---
|
|
@@ -341,6 +342,10 @@ unlock({
|
|
|
341
342
|
|
|
342
343
|
---
|
|
343
344
|
|
|
345
|
+
## Contributing
|
|
346
|
+
|
|
347
|
+
Contributions are welcome. If you find a bug or have a feature request, please [open an issue](https://github.com/unlockablejs/vite-plugin-unlock/issues).
|
|
348
|
+
|
|
344
349
|
## License
|
|
345
350
|
|
|
346
351
|
MIT - [Olivier Belaud](https://olivierbelaud.dev)
|
package/package.json
CHANGED