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 readme and licence

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