switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:56 +02:00
parent e337241dd6
commit 85f5985249
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": "smartnpm", "gitrepo": "smartnpm",
"shortDescription": "interface with npm to retrieve package information", "shortDescription": "interface with npm to retrieve package information",
"npmPackagename": "@pushrocks/smartnpm", "npmPackagename": "@push.rocks/smartnpm",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartnpm", "name": "@push.rocks/smartnpm",
"version": "2.0.3", "version": "2.0.3",
"private": false, "private": false,
"description": "interface with npm to retrieve package information", "description": "interface with npm to retrieve package information",
@ -46,4 +46,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }