mime-standard
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,4 @@ { | ||
"description": "An object mapping ~300 standard mime types to ~400 extensions.", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -15,3 +16,3 @@ "main": "dist/index.js", | ||
"compile:watch": "tsex compile --watch", | ||
"prepublishOnly": "npm run clean && npm run compile" | ||
"prepublishOnly": "tsex prepare" | ||
}, | ||
@@ -24,5 +25,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"tsex": "^1.0.6", | ||
"typescript": "^4.6.3" | ||
"tsex": "^4.0.2", | ||
"typescript": "^5.7.3" | ||
} | ||
} |
24423
5
610
30