From d9be5f0f93052122423800bcdeb3192c3ba637c3 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 24 Jun 2023 00:15:05 +0200 Subject: Clean up more --- README.md | 2 +- package.json | 3 ++- 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", -- cgit