switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:16:30 +02:00
parent 09ed8f2282
commit e287d10b4e
2 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitlab.com", "githost": "gitlab.com",
"gitscope": "pushrocks", "gitscope": "push.rocks",
"gitrepo": "smartmatch", "gitrepo": "smartmatch",
"description": "a minimal matching library using picomatch", "description": "a minimal matching library using picomatch",
"npmPackagename": "@pushrocks/smartmatch", "npmPackagename": "@push.rocks/smartmatch",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartmatch", "name": "@push.rocks/smartmatch",
"version": "2.0.0", "version": "2.0.0",
"private": false, "private": false,
"description": "a minimal matching library using picomatch", "description": "a minimal matching library using picomatch",