@eaprelsky/nocturna-wheel 1.0.0 → 1.1.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.
- package/README.md +2 -2
- package/dist/nocturna-wheel.bundle.js +990 -48
- package/dist/nocturna-wheel.bundle.js.map +1 -1
- package/dist/nocturna-wheel.es.js +990 -48
- package/dist/nocturna-wheel.es.js.map +1 -1
- package/dist/nocturna-wheel.min.js +1 -1
- package/dist/nocturna-wheel.min.js.map +1 -1
- package/dist/nocturna-wheel.umd.js +990 -48
- package/dist/nocturna-wheel.umd.js.map +1 -1
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ A JavaScript library for rendering astrological natal charts.
|
|
|
26
26
|
### NPM Installation
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
npm install nocturna-wheel
|
|
29
|
+
npm install @eaprelsky/nocturna-wheel
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## Basic Usage
|
|
@@ -247,4 +247,4 @@ See MODULE_ARCHITECTURE.md for more details on the library's architecture.
|
|
|
247
247
|
|
|
248
248
|
## License
|
|
249
249
|
|
|
250
|
-
This project is licensed under the MIT License - see the LICENSE file for details.
|
|
250
|
+
This project is licensed under the MIT License - see the LICENSE file for details.
|