Compare commits

...

1 Commits

Author SHA1 Message Date
Darius
00192c7444 Generic Commit; Most likely a fix or small feature 2025-11-17 21:39:40 +01:00

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",