switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 02:56:11 +02:00
parent 9b4b081d9a
commit bd3ae675b0
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": "smartevent", "gitrepo": "smartevent",
"description": "lightweight gulp replacement", "description": "lightweight gulp replacement",
"npmPackagename": "@pushrocks/smartgulp", "npmPackagename": "@push.rocks/smartgulp",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartgulp", "name": "@push.rocks/smartgulp",
"version": "3.0.0", "version": "3.0.0",
"private": false, "private": false,
"description": "lightweight gulp replacement", "description": "lightweight gulp replacement",
@ -55,4 +55,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }