[READ-ONLY] Mirror of https://github.com/plttn/mkd.
0

Configure Feed

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

Update package.json to point at cjs

Jack Platten (May 24, 2026, 7:12 PM -0700) 14e4a173 ed931b82

+1 -1
+1 -1
package.json
··· 10 10 }, 11 11 "type": "module", 12 12 "bin": { 13 - "mkd": "dist/index.js" 13 + "mkd": "dist/index.cjs" 14 14 }, 15 15 "files": [ 16 16 "dist"