An educational pure functional programming library in TypeScript
2
fork

Configure Feed

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

Remove prepublishOnly script, bump to 0.1.0-alpha.3

+2 -3
+2 -3
package.json
··· 1 1 { 2 2 "name": "purus-ts", 3 - "version": "0.1.0-alpha.2", 3 + "version": "0.1.0-alpha.3", 4 4 "description": "Pure TypeScript effect system with fiber-based concurrency, brands, refinements, and pattern matching", 5 5 "type": "module", 6 6 "main": "./dist/index.js", ··· 17 17 "scripts": { 18 18 "build": "bun build src/index.ts --outdir dist --target node && tsc --emitDeclarationOnly", 19 19 "type-check": "tsc --noEmit", 20 - "test": "bun test", 21 - "prepublishOnly": "bun run type-check && bun run build" 20 + "test": "bun test" 22 21 }, 23 22 "keywords": [ 24 23 "functional-programming",