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

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>

Austaras 8d0d4f31 c1108636

Changed files
+2 -1
+2 -1
package.json
···
"types": "./dist/types/src/Wonka.d.ts",
"source": "./src/Wonka.ts"
},
-
"./package.json": "./package.json"
+
"./package.json": "./package.json",
+
"./": "./"
},
"sideEffects": false,
"files": [