Skip to content

Commit

Permalink
Merge pull request #74 from nfthashi/v0.4.0
Browse files Browse the repository at this point in the history
V0.4.0
  • Loading branch information
ksuhara authored Jun 21, 2022
2 parents acbd27b + 59d3262 commit 6bb47cb
Show file tree
Hide file tree
Showing 33 changed files with 1,092 additions and 120 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "nfthashi",
"version": "0.3.0",
"version": "0.4.0",
"license": "UNLICENSED",
"private": true,
"workspaces": [
"packages/**"
],
"scripts": {
"prepare": "husky install",
"ci": "run-p lint build test",
"ci": "run-s build lint test",
"lint": "run-p lint:*",
"lint:contracts": "yarn workspace @nfthashi/contracts lint",
"lint:web": "yarn workspace @nfthashi/web lint",
Expand Down
Loading

1 comment on commit 6bb47cb

@vercel
Copy link

@vercel vercel bot commented on 6bb47cb Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.