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 metadata and npmignore

+7 -4
+1 -1
.npmignore
··· 1 - .merlin 1 + .* 2 2 /esy.lock
+6 -3
package.json
··· 1 1 { 2 2 "name": "wonka", 3 - "description": "A fast push & pull stream library for Reason, OCaml, and TypeScript", 3 + "description": "A fast push & pull stream library for Reason/OCaml, Flow, and TypeScript", 4 4 "version": "3.1.1", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.js", ··· 8 8 "module": "./dist/wonka.es.js", 9 9 "jsnext:main": "./dist/wonka.es.js", 10 10 "types": "./src/index.d.ts", 11 + "sideEffects": false, 11 12 "files": [ 12 13 "src", 13 14 "include", ··· 45 46 "stream" 46 47 ], 47 48 "repository": "https://github.com/kitten/wonka", 48 - "homepage": "https://github.com/kitten/wonka", 49 - "bugs": "https://github.com/kitten/wonka/issues", 49 + "homepage": "https://wonka.kitten.sh", 50 + "bugs": { 51 + "url": "https://github.com/kitten/wonka/issues" 52 + }, 50 53 "license": "MIT", 51 54 "dependencies": {}, 52 55 "devDependencies": {