Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-17 21:39:40 +01:00
parent bdf8e711b3
commit 00192c7444

View File

@@ -10,7 +10,8 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"clean": "rm -rf dist" "clean": "rm -rf dist",
"update": "npm update @dpu/types"
}, },
"keywords": [ "keywords": [
"typescript", "typescript",