diff --git a/package.json b/package.json index 4844bf8..c50d284 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "@unom/style", - "version": "0.3.0", + "version": "0.3.1", "description": "The official unom-style library", "type": "module", "files": [ "dist" ], + "types": "dist/unom-style.d.ts", "exports": { ".": "./dist/unom-style.js", "./easings": "./dist/easings.js"