this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

package.json.main → exports

+3 -1
+3 -1
package.json
··· 9 9 "license": "MIT", 10 10 "author": "Patrik Csak <p@trikcsak.com>", 11 11 "type": "module", 12 - "main": "./index.js", 12 + "exports": { 13 + ".": "./index.js" 14 + }, 13 15 "files": [ 14 16 "index.js" 15 17 ],