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

Fix typos for typings

Changed files
+2 -2
+1 -1
index.js.flow
···
// @flow
-
declare export * from "./dist/types/src/wonka.js.flow"
+
declare export * from "./dist/types/src/Wonka.js.flow"
+1 -1
package.json
···
"main": "./dist/wonka.js",
"module": "./dist/wonka.es.js",
"jsnext:main": "./dist/wonka.es.js",
-
"types": "./dist/types/src/wonka.d.ts",
+
"types": "./dist/types/src/Wonka.d.ts",
"sideEffects": false,
"files": [
"src",