Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

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

Backport package.json addition for importing any file in ESM

+2 -2
+2 -2
package.json
··· 14 14 "types": "./dist/types/src/Wonka.d.ts", 15 15 "source": "./src/Wonka.ts" 16 16 }, 17 - "./package.json": "./package.json" 17 + "./package.json": "./package.json", 18 + "./": "./" 18 19 }, 19 20 "sideEffects": false, 20 21 "files": [ ··· 23 24 "docs/*.md", 24 25 "*.md", 25 26 "index.js.flow", 26 - "esy.lock", 27 27 "dune-project", 28 28 "wonka.opam", 29 29 "esy.json",