switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:04 +02:00
parent 8dd8bd0be1
commit 6d5b9f3553
2 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartgit", "gitrepo": "smartgit",
"description": "smart wrapper for nodegit", "description": "smart wrapper for nodegit",
"npmPackagename": "@pushrocks/smartgit", "npmPackagename": "@push.rocks/smartgit",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartgit", "name": "@push.rocks/smartgit",
"version": "3.0.0", "version": "3.0.0",
"description": "smart wrapper for nodegit", "description": "smart wrapper for nodegit",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -56,4 +56,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }