nepali-date-kit 1.1.0 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nepali-date-kit",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Lightweight Nepali (BS) date utilities with React and React Native support",
5
5
  "type": "module",
6
6
  "main": "./dist/core.cjs",
@@ -10,8 +10,8 @@
10
10
  "files": [
11
11
  "dist"
12
12
  ],
13
- "unpkg": "./dist/core.global.js",
14
- "jsdelivr": "./dist/core.global.js",
13
+ "unpkg": "./dist/cdn.global.js",
14
+ "jsdelivr": "./dist/cdn.global.js",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/core.d.ts",
package/readme.md CHANGED
@@ -31,3 +31,9 @@
31
31
  ```bash
32
32
  npm install nepali-date-kit
33
33
  ```
34
+
35
+ ### for CDN
36
+
37
+ ```bash
38
+ <script src="https://cdn.jsdelivr.net/npm/nepali-date-kit@1.1.1"></script>
39
+ ```
File without changes