@geoffreybunel/react-hrnet-modal 0.4.0 → 0.5.0

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 +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,15 +17,9 @@ The modal is designed to be simple, predictable, accessible, and easy to integra
17
17
 
18
18
  ## 📦 Installation
19
19
 
20
- This package is published on GitHub Packages.
20
+ This package is published on npmjs.com.
21
21
 
22
- ### 1. Configure npm (once per project)
23
- Create or edit a .npmrc file at the root of your project:
24
- ```ini
25
- @geoffreybunel:registry=https://npm.pkg.github.com
26
- ```
27
-
28
- ### 2. Install the package
22
+ ### Install the package
29
23
  ```ini
30
24
  npm install @geoffreybunel/react-hrnet-modal
31
25
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geoffreybunel/react-hrnet-modal",
3
3
  "private": false,
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "main": "./dist/react-hrnet-modal.umd.js",