Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4d26abfc0 | |||
| f92fe756b7 |
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"gitzone": {
|
"gitzone": {
|
||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitea.nevermind.cloud",
|
"githost": "code.foss.global",
|
||||||
"gitscope": "fin.cx",
|
"gitscope": "fin.cx",
|
||||||
"gitrepo": "xinvoice",
|
"gitrepo": "xinvoice",
|
||||||
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.",
|
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.",
|
||||||
|
|||||||
+4
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fin.cx/einvoice",
|
"name": "@fin.cx/einvoice",
|
||||||
"version": "5.1.2",
|
"version": "5.1.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for electronic invoice (einvoice) packages.",
|
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for electronic invoice (einvoice) packages.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@@ -38,12 +38,12 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitea.nevermind.cloud/fin.cx/einvoice.git"
|
"url": "git+https://code.foss.global/fin.cx/einvoice.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitea.nevermind.cloud/fin.cx/einvoice/issues"
|
"url": "https://code.foss.global/fin.cx/einvoice/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://gitea.nevermind.cloud/fin.cx/einvoice#readme",
|
"homepage": "https://code.foss.global/fin.cx/einvoice#readme",
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 chrome versions"
|
"last 1 chrome versions"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user