Skip to content

Commit 15ee785

Browse files
committed
Minor fixes
1 parent ef8efa3 commit 15ee785

File tree

2 files changed

+727
-1
lines changed

2 files changed

+727
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "npm-ri",
33
"private": false,
44
"description": "npm install packages using regular expression",
5-
"version": "0.0.2",
5+
"version": "0.0.1",
66
"author": "Danilo Britto",
77
"repository": {
88
"type": "git",
@@ -38,5 +38,8 @@
3838
"typescript": "^5.5.3",
3939
"vite": "^5.3.3",
4040
"vite-plugin-dts": "^3.9.1"
41+
},
42+
"dependencies": {
43+
"biome": "^0.3.3"
4144
}
4245
}

0 commit comments

Comments
 (0)