switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:48:34 +02:00
parent 499ae24297
commit 3a9a8686a1
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": "smartdelay", "gitrepo": "smartdelay",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
"npmPackagename": "@pushrocks/smartdelay", "npmPackagename": "@push.rocks/smartdelay",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartdelay", "name": "@push.rocks/smartdelay",
"private": false, "private": false,
"version": "3.0.1", "version": "3.0.1",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
@ -47,4 +47,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }