Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 28, 2024
1 parent 0cd3e38 commit afa7275
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "financial",
"description": "A Zero-dependency TypeScript/JavaScript port of numpy-financial",
"author": "Luciano Mammino <[email protected]> (https://loige.co)",
"version": "0.1.3",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/lmammino/financial.git"
Expand All @@ -18,10 +18,7 @@
"engines": {
"node": ">=18"
},
"files": [
"dist",
"src"
],
"files": ["dist", "src"],
"scripts": {
"build:ts": "dts build",
"build:docs": "typedoc --out docs/ src/",
Expand Down Expand Up @@ -54,4 +51,4 @@
"npv",
"mirr"
]
}
}

0 comments on commit afa7275

Please sign in to comment.