Skip to content

Commit

Permalink
refactor!: improve library (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala authored Aug 16, 2023
1 parent 0e22f7f commit bee69fd
Show file tree
Hide file tree
Showing 24 changed files with 3,933 additions and 782 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"execa": "^7.2.0"
"execa": "^7.2.0",
"ufo": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20.4.6",
"@types/node": "^20.5.0",
"@vitest/coverage-v8": "^0.34.1",
"changelogen": "^0.5.4",
"corepack": "^0.19.0",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.19.1",
"pathe": "^1.1.1",
"prettier": "^2.8.8",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.34.1"
Expand All @@ -49,4 +50,4 @@
"engines": {
"node": "^14.16.0 || >=16.10.0"
}
}
}
Loading

0 comments on commit bee69fd

Please sign in to comment.