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
commit1d87c23df1ae5d3ccb015783e0500b2e5f1f786f (patch)
tree5d3fe7582aed64cdd663d45df3a8e83021b74381
parentadd >w< and stutter + typings, v1.0.4 (diff)
downloadnode-uwufy-1d87c23df1ae5d3ccb015783e0500b2e5f1f786f.tar.xz
node-uwufy-1d87c23df1ae5d3ccb015783e0500b2e5f1f786f.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"