@sonill/nepali-dates 0.1.0 → 1.0.3
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 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Nepali Dates
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/nepali-dates)
|
|
3
|
+
[](https://www.npmjs.com/package/@sonill/nepali-dates)
|
|
4
4
|
[](https://github.com/sonill/nepali-dates/actions/workflows/test.yml)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://www.typescriptlang.org/)
|
|
@@ -9,6 +9,10 @@ Community-driven, accurate Nepali calendar (Bikram Sambat) data and conversion u
|
|
|
9
9
|
|
|
10
10
|
Use this package instead of maintaining your own source of datas.
|
|
11
11
|
|
|
12
|
+
## Website
|
|
13
|
+
|
|
14
|
+
View website [here](https://sonill.github.io/nepali-dates/)
|
|
15
|
+
|
|
12
16
|
## Features
|
|
13
17
|
|
|
14
18
|
- **Accurate Data**: 101 years (BS 2000-2100) of verified Nepali calendar data
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sonill/nepali-dates",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Community-driven, accurate Nepali calendar data and conversion utilities",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "https://github.com/
|
|
45
|
+
"url": "https://github.com/sonill/nepali-dates.git"
|
|
46
46
|
},
|
|
47
47
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/
|
|
48
|
+
"url": "https://github.com/sonill/nepali-dates/issues"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://github.
|
|
50
|
+
"homepage": "https://sonill.github.io/nepali-dates",
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^20.11.0",
|
|
53
53
|
"@vitest/coverage-v8": "^1.2.0",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"vitest": "^1.2.0"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
60
|
-
"node": ">=
|
|
60
|
+
"node": ">=18"
|
|
61
61
|
}
|
|
62
62
|
}
|