switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:29 +02:00
parent 37284da2cc
commit 8038e54f53
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": "smartpromise", "gitrepo": "smartpromise",
"description": "simple promises and Deferred constructs", "description": "simple promises and Deferred constructs",
"npmPackagename": "@pushrocks/smartpromise", "npmPackagename": "@push.rocks/smartpromise",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartpromise", "name": "@push.rocks/smartpromise",
"private": false, "private": false,
"version": "4.0.2", "version": "4.0.2",
"description": "simple promises and Deferred constructs", "description": "simple promises and Deferred constructs",
@ -43,4 +43,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }