@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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unlockable/vite-plugin-unlock",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Universal Vite plugin to unlock and override any module from any npm package by filename convention",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",