Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed Dec 11, 2024
1 parent 9fff019 commit 6db4fe7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kabeep/forex",
"description": "A JavaScript foreign exchange library via fawazahmed0's API",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"build:docs": "npm run build && typedoc && node scripts/build-app.js"
},
"author": "Zhang Zixin (kabeep)",
"homepage": "https://github.com/kabeep/forex#readme",
"homepage": "https://kabeep.github.io/forex/",
"repository": "[email protected]:kabeep/forex.git",
"bugs": "https://github.com/kabeep/forex/issue",
"devDependencies": {
Expand Down Expand Up @@ -73,15 +73,11 @@
"vitest": "^2.1.6"
},
"keywords": [
"lurna",
"date",
"utility",
"fns",
"nodejs",
"browser",
"农历",
"阴历",
"公历"
"forex",
"foreign",
"exchange",
"currency",
"fx"
],
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 6db4fe7

Please sign in to comment.