Skip to content

Commit

Permalink
Merge pull request #7 from Apricot-S/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Apricot-S authored Jul 8, 2024
2 parents 8c66dcd + dabdb59 commit d5c1caf
Show file tree
Hide file tree
Showing 15 changed files with 461 additions and 423 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apricot-s/majiang-log",
"version": "1.0.1",
"version": "1.0.2",
"description": "電脳麻将形式の牌譜を天鳳形式に変換する",
"author": "Apricot S.",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import fs from 'node:fs';
import { parseArgs } from 'node:util';
import { convertLog, MODE } from './lib/convertLog.js';
import { convertLog } from './lib/convertLog.js';
import { MODE } from './lib/mode.js';

const options = {
mode: {
Expand Down
Loading

0 comments on commit d5c1caf

Please sign in to comment.