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.

Update package.json to support webpack@5 (#96)

* Update package.json to support webpack@5

* remove unnecessary limit on es6

* update package.json to export whole source

Co-authored-by: Phil Pluckthun <phil@kitten.sh>

authored by

Austaras
Phil Pluckthun
and committed by
GitHub
8d0d4f31 c1108636

+2 -1
+2 -1
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": [