aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-19 07:44:51 -0700
committer8cy <[email protected]>2020-04-19 07:44:51 -0700
commitd5575ff32858bb7c95b078a3c69a706ba1a00731 (patch)
tree58f75cc464d2ec046be8500dfde39696be18197c
parentupdate error in readme, v1.0.1 (diff)
downloadnode-uwufy-d5575ff32858bb7c95b078a3c69a706ba1a00731.tar.xz
node-uwufy-d5575ff32858bb7c95b078a3c69a706ba1a00731.zip
update github links, v1.0.2
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index af60cc0..0d4b217 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "uwufy",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "An NPM package which allows you to uwufy a given string.",
"main": "./dist/app.js",
"files": [
@@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
- "url": "git://github.com/8cy/npm-uwufy"
+ "url": "git://github.com/8cy/node-uwufy"
},
"keywords": [
"meme",
@@ -25,7 +25,7 @@
"author": "Sin",
"license": "MIT",
"bugs": {
- "url": "https://github.com/8cy/npm-uwufy/issues"
+ "url": "https://github.com/8cy/node-uwufy/issues"
},
- "homepage": "https://github.com/8cy/npm-uwufy#readme"
+ "homepage": "https://github.com/8cy/node-uwufy#readme"
}