aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-24 00:15:05 +0200
committernea <nea@nea.moe>2023-06-24 00:15:05 +0200
commitd9be5f0f93052122423800bcdeb3192c3ba637c3 (patch)
treeb82c21bcfabc8272ddc433cd1810426e0887eabe
parent91d329289f3c1a105af92791b4c8d0881af612ab (diff)
downloadneudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.tar.gz
neudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.tar.bz2
neudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.zip
Clean up more
-rw-r--r--README.md2
-rw-r--r--package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a6f3e5..4ddddf8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# NEU devtools README
+# NEU Dev Tools README
Utilities for working with the [NEU repo](https://github.com/NotEnoughUpdates/NotEnoughUpdates-REPO/)
diff --git a/package.json b/package.json
index a4855a9..5c379d8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "neudevtools",
- "displayName": "neudevtools",
+ "displayName": "NEU Dev Tools",
"description": "Development additions for working with the NEU repo",
"version": "0.0.1",
"engines": {
@@ -32,6 +32,7 @@
"repository": {
"url": "https://git.nea.moe/nea/neudevtools"
},
+ "publisher": "romangraef",
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",