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

Update readme and licence

Changed files
+5 -4
+1 -1
LICENSE.md
···
MIT License
-
Copyright (c) 2018 Phil Plückthun
+
Copyright (c) 2018–2022 0no.co
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+4 -3
package.json
···
{
"name": "wonka",
-
"description": "A tiny but capable push & pull stream library for TypeScript and TypeScript",
+
"description": "A tiny but capable push & pull stream library for TypeScript and Flow",
"version": "6.0.0",
-
"author": "Phil Pluckthun <phil@kitten.sh>",
+
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/wonka",
"module": "./dist/wonka.mjs",
···
],
"keywords": [
"wonka",
+
"typescript",
+
"events",
"callbag",
"callback",
"observable",
···
"prepublishOnly": "run-s clean build check test"
},
"repository": "https://github.com/0no-co/wonka",
-
"homepage": "https://wonka.kitten.sh",
"bugs": {
"url": "https://github.com/0no-co/wonka/issues"
},