From 56e5f6c6ef49879af83ec4e990328f017aaae6ff Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Tue, 28 Apr 2020 11:29:33 -0700 Subject: add >w< and stutter + typings, v1.0.4 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8797a0b..84b5b91 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "uwufy", - "version": "1.0.3", + "version": "1.0.4", "description": "An NPM package which allows you to uwufy a given string.", "main": "./dist/app.js", + "types": "./dist/app.d.js", "files": [ "dist/", "LICENSE" -- cgit v1.2.3