diff --git a/package.json b/package.json index 5626430..4638e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flaska", - "version": "1.5.0", + "version": "1.5.1", "description": "Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.", "main": "flaska.mjs", "scripts": { @@ -47,6 +47,7 @@ }, "files": [ "flaska.mjs", + "flaska.d.ts", "README.md", "LICENSE" ]