Skip to content

Commit

Permalink
Merge pull request #8 from xenharmonic-devs/monzo-tweaks
Browse files Browse the repository at this point in the history
Monzo tweaks / Bespoke fraction implementation
  • Loading branch information
frostburn authored Nov 30, 2023
2 parents f0e1247 + 8221130 commit 1226ae1
Show file tree
Hide file tree
Showing 9 changed files with 5,887 additions and 4,863 deletions.
7,868 changes: 3,116 additions & 4,752 deletions package-lock.json

Large diffs are not rendered by default.

17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
],
"types": "dist/index.d.ts",
"devDependencies": {
"@types/benchmark": "^2.1.2",
"@types/node": "^18.8.5",
"@types/benchmark": "^2.1.5",
"@types/node": "^20.10.1",
"benchmark": "^2.1.4",
"gts": "^3.1.1",
"typedoc": "^0.23.16",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
"gts": "^5.2.0",
"typedoc": "^0.25.4",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"scripts": {
"lint": "gts lint",
Expand All @@ -40,11 +40,8 @@
"pretest": "npm run compile",
"posttest": "npm run lint",
"test": "vitest",
"doc": "typedoc --entryPointStrategy packages . --name xen-dev-utils",
"doc": "typedoc src/index.ts . --name xen-dev-utils",
"prebenchmark": "tsc -p tsconfig-benchmark.json",
"benchmark": "node benchmarks/__benchmarks__/monzo.mark.js"
},
"dependencies": {
"fraction.js": "^4.2.0"
}
}
Loading

0 comments on commit 1226ae1

Please sign in to comment.