switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:14 +02:00
parent bc8bf48679
commit f6630f065d
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": "smarthash", "gitrepo": "smarthash",
"description": "simplifies access to node hash functions", "description": "simplifies access to node hash functions",
"npmPackagename": "@pushrocks/smarthash", "npmPackagename": "@push.rocks/smarthash",
"license": "MIT" "license": "MIT"
} }
}, },

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smarthash", "name": "@push.rocks/smarthash",
"version": "3.0.2", "version": "3.0.2",
"private": false, "private": false,
"description": "simplified access to node hash functions", "description": "simplified access to node hash functions",
@ -50,4 +50,4 @@
"last 1 chrome versions" "last 1 chrome versions"
], ],
"type": "module" "type": "module"
} }