mirror of
https://github.com/acamarata/luxon-hijri.git
synced 2026-06-30 18:54:28 +00:00
Add prepare script and files field to include build artifacts
This commit is contained in:
parent
64b0c14d7e
commit
4530b3208a
1 changed files with 6 additions and 2 deletions
|
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"name": "luxon-hijri",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build",
|
||||
"test": "jest"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"keywords": [
|
||||
"hijri",
|
||||
"calendar",
|
||||
|
|
@ -34,4 +38,4 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/acamarata/luxon-hijri/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue