diff options
author | nea <nea@nea.moe> | 2023-06-24 00:15:05 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-24 00:15:05 +0200 |
commit | d9be5f0f93052122423800bcdeb3192c3ba637c3 (patch) | |
tree | b82c21bcfabc8272ddc433cd1810426e0887eabe | |
parent | 91d329289f3c1a105af92791b4c8d0881af612ab (diff) | |
download | neudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.tar.gz neudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.tar.bz2 neudevtools-d9be5f0f93052122423800bcdeb3192c3ba637c3.zip |
Clean up more
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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", |