Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit cf135fd

Browse files
authored
fix: remove yarn from dependencies (#98)
* fix: remove yarn from dependencies * chore: relies on npm-script to resolve prettier this allow us to remove yarn entirely
1 parent 66a0909 commit cf135fd

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

package-lock.json

-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"sideEffects": false,
1515
"scripts": {
1616
"test": "jest",
17-
"format": "yarn prettier . --write",
18-
"lint": "yarn prettier . --check",
17+
"format": "prettier . --write",
18+
"lint": "prettier . --check",
1919
"coverage": "npx c8 npx jest"
2020
},
2121
"prettier": {
@@ -50,8 +50,5 @@
5050
],
5151
"exports": {
5252
".": "./src/decimal128.mjs"
53-
},
54-
"dependencies": {
55-
"yarn": "^1.22.21"
5653
}
5754
}

0 commit comments

Comments
 (0)