Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kionell/osu-parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
kionell committed Apr 26, 2024
2 parents 650d478 + bce1397 commit 032c574
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
28 changes: 15 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.1.6",
"description": "A bundle of parsers for osu! file formats based on the osu!lazer source code.",
"exports": {
"types": "./lib/index.d.ts",
"node": {
"import": "./lib/node.mjs",
"require": "./lib/node.cjs"
Expand Down Expand Up @@ -40,7 +41,7 @@
},
"license": "MIT",
"dependencies": {
"lzma-js-simple-v2": "^1.2.2"
"lzma-js-simple-v2": "^1.2.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "es6",
"moduleResolution": "node",
"module": "ES6",
"moduleResolution": "Bundler",
"outDir": "./dist",
"rootDirs": ["./src/core", "./src/node"],
"declaration": false,
Expand Down

0 comments on commit 032c574

Please sign in to comment.