Skip to content

Commit

Permalink
chore: use yarn1 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Oct 15, 2023
1 parent 20ca937 commit 7bf072f
Show file tree
Hide file tree
Showing 4 changed files with 5,683 additions and 9,353 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint src/**.ts",
"lint:fix": "eslint src/**.ts --fix",
"prerelease": "yarn test && yarn build",
"release": "np --no-yarn"
"release": "np"
},
"files": [
"dist"
Expand Down Expand Up @@ -112,7 +112,7 @@
"glob": "^10.3.10",
"hono": "3.6.0",
"jsdom": "^22.1.0",
"np": "^8.0.4",
"np": "^7.7.0",
"npm-run-all": "^4.1.5",
"publint": "^0.1.12",
"rimraf": "^5.0.1",
Expand All @@ -123,6 +123,5 @@
},
"engines": {
"node": ">=18.14.1"
},
"packageManager": "yarn@3.6.4"
}
}
Loading

0 comments on commit 7bf072f

Please sign in to comment.