Skip to content

Commit 8878f1e

Browse files
Node package organization
1 parent 60b8932 commit 8878f1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ head to the original repository.
2020
The project can be installed via NPM, both via the default NPM registry and the
2121
Github NPM Registry:
2222

23-
npm install rmmz@npm:@masked-rpgmaker/rpg-maker-mz-typescript
23+
npm install rmmz@npm:@comuns-rpgmaker/rpg-maker-mz-typescript
2424

2525
All types are available from the top-level module:
2626

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@masked-rpgmaker/rpg-maker-mz-typescript",
2+
"name": "@comuns-rpgmaker/rpg-maker-mz-typescript",
33
"version": "0.1.0",
44
"description": "Type definitions for the RPG Maker MZ core script",
55
"main": "index.js",
@@ -9,12 +9,12 @@
99
"types": "./lib/index.d.ts",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/masked-rpgmaker/Rpg-Maker-MZ-Typescript.git"
12+
"url": "git+https://github.com/comuns-rpgmaker/rpg-maker-mz-typescript.git"
1313
},
1414
"author": "Nio Kasgami",
1515
"license": "LicenseRef-LICENSE",
1616
"bugs": {
17-
"url": "https://github.com/masked-rpgmaker/Rpg-Maker-MZ-Typescript/issues"
17+
"url": "https://github.com/comuns-rpgmaker/rpg-maker-mz-typescript/issues"
1818
},
1919
"homepage": "https://github.com/niokasgami/Rpg-Maker-MZ-Typescript#readme",
2020
"dependencies": {

0 commit comments

Comments
 (0)