diff options
| author | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-28 11:29:33 -0700 |
| commit | d26097762b11bfb9be0d64fc8b9c47be6b3d9f39 (patch) | |
| tree | 66bdc0043d1314baa136894f0846633c08d23149 /package.json | |
| parent | change readme output, v1.0.3 (diff) | |
| download | node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.tar.xz node-uwufy-d26097762b11bfb9be0d64fc8b9c47be6b3d9f39.zip | |
add >w< and stutter + typings, v1.0.4
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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" |