aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-28 11:29:33 -0700
committer8cy <[email protected]>2020-04-28 11:29:33 -0700
commit56e5f6c6ef49879af83ec4e990328f017aaae6ff (patch)
tree66bdc0043d1314baa136894f0846633c08d23149 /package.json
parentchange readme output, v1.0.3 (diff)
downloadnode-uwufy-56e5f6c6ef49879af83ec4e990328f017aaae6ff.tar.xz
node-uwufy-56e5f6c6ef49879af83ec4e990328f017aaae6ff.zip
add >w< and stutter + typings, v1.0.4
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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"