switch to new org scheme

This commit is contained in:
Philipp Kunz 2023-07-10 10:17:20 +02:00
parent 6d9b7ee0e4
commit 826183be8c
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": "smartpdf", "gitrepo": "smartpdf",
"description": "Create PDFs fast and smoothly", "description": "Create PDFs fast and smoothly",
"npmPackagename": "@pushrocks/smartpdf", "npmPackagename": "@push.rocks/smartpdf",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "@pushrocks/smartpdf", "name": "@push.rocks/smartpdf",
"version": "3.0.15", "version": "3.0.15",
"private": false, "private": false,
"description": "create pdfs on the fly", "description": "create pdfs on the fly",
@ -50,4 +50,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }