From 256f4b3817e3f5ffc5b86e2ab1e3cd023dd64fc1 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 20 Jul 2023 18:23:25 +0200 Subject: [PATCH] v0.3.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"