Skip to content

Commit

Permalink
chore: bump deps and switch to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jul 30, 2021
1 parent 653595e commit 2e2473c
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 268 deletions.
35 changes: 13 additions & 22 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/favicon",
"version": "1.3.1",
"version": "2.0.0",
"type": "module",
"description": "Node.js middleware to serve `favicon.ico` file, a `serve-favicon` rewrite.",
"homepage": "https://github.com/tinyhttp/favicon#readme",
Expand All @@ -11,17 +11,8 @@
"engines": {
"node": ">=12.4 || 14.x || >=16"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./": "./"
},
"exports": "./dist/index.js",
"keywords": [
"tinyhttp",
"node.js",
Expand Down Expand Up @@ -53,23 +44,23 @@
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@rollup/plugin-typescript": "^8.2.1",
"@tinyhttp/app": "1.3.11",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@rollup/plugin-typescript": "^8.2.4",
"@tinyhttp/app": "1.3.15",
"@types/ms": "^0.7.31",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"c8": "^7.7.3",
"@types/node": "^16.4.7",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"c8": "^7.8.0",
"esbuild-node-loader": "^0.1.1",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"expect": "^27.0.6",
"husky": "^7.0.0",
"husky": "^7.0.1",
"prettier": "^2.3.2",
"rollup": "^2.52.7",
"rollup": "^2.55.1",
"supertest-fetch": "^1.4.3",
"typescript": "^4.3.5",
"uvu": "^0.5.1"
Expand Down

0 comments on commit 2e2473c

Please sign in to comment.