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.

Remove namespacing from bsconfig.json. Update version in bsconfig.json. (#32)

authored by

Parker Ziegler and committed by
Phil Plückthun
5d03235f 9daef0ac

+3 -6
+3 -6
bsconfig.json
··· 1 1 { 2 2 "name": "wonka", 3 - "namespace": true, 4 - "version": "0.1.0", 3 + "version": "3.0.0", 5 4 "bsc-flags": ["-bs-super-errors", "-bs-no-version-header"], 6 5 "refmt": 3, 7 6 "package-specs": [ ··· 49 48 "type": "dev" 50 49 } 51 50 ], 52 - "bs-dependencies" : [], 53 - "bs-dev-dependencies": [ 54 - "@glennsl/bs-jest" 55 - ] 51 + "bs-dependencies": [], 52 + "bs-dev-dependencies": ["@glennsl/bs-jest"] 56 53 }