Skip to content

Commit

Permalink
move dependencies above devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Jul 22, 2024
1 parent 69fcfe8 commit e8dd9c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"url": "https://github.com/SuperchupuDev/tinyglobby/issues"
},
"homepage": "https://github.com/SuperchupuDev/tinyglobby#readme",
"dependencies": {
"fdir": "^6.2.0",
"picomatch": "^4.0.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.11",
Expand All @@ -46,10 +50,6 @@
"tsx": "^4.16.2",
"typescript": "^5.5.3"
},
"dependencies": {
"fdir": "^6.2.0",
"picomatch": "^4.0.2"
},
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit e8dd9c6

Please sign in to comment.