switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:41:30 +02:00
parent 946e1cb7d3
commit e4f0a60644
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": "levelcache", "gitrepo": "levelcache",
"description": "a cache that uses memory/disk/s3 as backup", "description": "a cache that uses memory/disk/s3 as backup",
"npmPackagename": "@pushrocks/levelcache", "npmPackagename": "@push.rocks/levelcache",
"license": "MIT", "license": "MIT",
"projectDomain": "push.rocks" "projectDomain": "push.rocks"
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/levelcache", "name": "@push.rocks/levelcache",
"version": "3.0.3", "version": "3.0.3",
"private": false, "private": false,
"description": "a cache that uses memory/disk/s3 as backup", "description": "a cache that uses memory/disk/s3 as backup",
@ -48,4 +48,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }