An educational pure functional programming library in TypeScript
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add repository, homepage, and pin @types/bun version

+6 -1
+6 -1
package.json
··· 33 33 "option" 34 34 ], 35 35 "license": "MIT", 36 + "repository": { 37 + "type": "git", 38 + "url": "https://tangled.sh/USERNAME/purus-ts" 39 + }, 40 + "homepage": "https://tangled.sh/USERNAME/purus-ts", 36 41 "devDependencies": { 37 - "@types/bun": "latest", 42 + "@types/bun": "^1.1.0", 38 43 "typescript": "^5" 39 44 } 40 45 }