diff options
| author | Fuwn <[email protected]> | 2020-12-10 18:23:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-10 18:23:24 -0800 |
| commit | 3e79c1af08d5f34862174f4f82ae0ae14919901f (patch) | |
| tree | 210cfaf2573039cee31b8aabd3d834f56016c695 | |
| parent | change handle (diff) | |
| download | node-uwufy-master.tar.xz node-uwufy-master.zip | |
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 15 |
3 files changed, 10 insertions, 9 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 8cy +Copyright (c) 2020 fuwn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -29,4 +29,4 @@ $ I-IF YOU SEE THIS THEN THE UWUFICATION WAS SUCCESSFUWW >w< * [Website](https://fuwn.me) * [NPM](https://npmjs.com/uwufy) -* [GitHub](https://github/com/fuwn/node-uwufy) +* [GitHub](https://github.com/fuwn/node-uwufy) diff --git a/package.json b/package.json index 6ee0301..a1dbd13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "uwufy", - "version": "1.0.6", - "description": "An NPM package which allows you to uwufy a given string.", + "version": "1.0.7", + "description": "An NPM/ Deno package which allows you to uwufy a given string.", "main": "./dist/app.js", "types": "./dist/app.d.ts", "files": [ @@ -15,18 +15,19 @@ }, "repository": { "type": "git", - "url": "git://github.com/8cy/node-uwufy" + "url": "git://github.com/fuwn/node-uwufy" }, "keywords": [ "meme", "javascript", "js", - "uwu" + "uwu", + "deno" ], - "author": "Sin", + "author": "Fuwn", "license": "MIT", "bugs": { - "url": "https://github.com/8cy/node-uwufy/issues" + "url": "https://github.com/fuwn/node-uwufy/issues" }, - "homepage": "https://github.com/8cy/node-uwufy#readme" + "homepage": "https://github.com/fuwn/node-uwufy#readme" } |