This repository has no description
0

Configure Feed

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

fix(npm): include types.ts and not types.d.ts

+2 -2
+2 -2
package.json
··· 21 21 "url": "https://git.inpt.fr/churros/notella/-/issues" 22 22 }, 23 23 "license": "AGPL-3.0", 24 - "version": "0.1.2", 24 + "version": "0.1.3", 25 25 "description": "Types and constants for Notella, Churros' notification scheduler", 26 26 "type": "module", 27 27 "devDependencies": { ··· 36 36 "files": [ 37 37 "README.md", 38 38 "constants.ts", 39 - "types.d.ts", 39 + "types.ts", 40 40 "index.ts" 41 41 ], 42 42 "exports": {