diff --git a/package.json b/package.json index 5f50482..0a53c60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smol-toml", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "toml", "parser", @@ -39,6 +39,7 @@ "default": "./dist/index.js" } }, + "types": "./dist/index.d.ts", "files": [ "README.md", "LICENSE",