Skip to content

Ver2.1.0

Choose a tag to compare

@yamanoku yamanoku released this 08 Nov 08:46
· 1736 commits to main since this release

Fix npm scripts

test => lint

before

yarn test(npm run test)

after

yarn lint(npm run lint)