aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-10 18:23:24 -0800
committerFuwn <[email protected]>2020-12-10 18:23:24 -0800
commit2b6a21cd91f68d210d0665ebe5960727700966f5 (patch)
tree210cfaf2573039cee31b8aabd3d834f56016c695
parentchange handle (diff)
downloadnode-uwufy-1.0.7.tar.xz
node-uwufy-1.0.7.zip
chore: license, package, readme1.0.7
-rw-r--r--LICENSE2
-rw-r--r--README.md2
-rw-r--r--package.json15
3 files changed, 10 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index 1a646a8..434d70f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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
diff --git a/README.md b/README.md
index de1ebb8..9fc07d9 100644
--- a/README.md
+++ b/README.md
@@ -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"
}