aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-28 11:31:55 -0700
committer8cy <[email protected]>2020-04-28 11:31:55 -0700
commit7e705e4974f81a1f40ad764f00b2007935f019c1 (patch)
tree5d3fe7582aed64cdd663d45df3a8e83021b74381
parentadd >w< and stutter + typings, v1.0.4 (diff)
downloadnode-uwufy-7e705e4974f81a1f40ad764f00b2007935f019c1.tar.xz
node-uwufy-7e705e4974f81a1f40ad764f00b2007935f019c1.zip
change types file in package.json from .js to .ts, v1.0.5
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 84b5b91..17e3af6 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "uwufy",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "An NPM package which allows you to uwufy a given string.",
"main": "./dist/app.js",
- "types": "./dist/app.d.js",
+ "types": "./dist/app.d.ts",
"files": [
"dist/",
"LICENSE"