update npmextra.json: githost

This commit is contained in:
Philipp Kunz 2024-03-30 21:49:11 +01:00
parent 7e5983dc1d
commit 3ba282cbd5
3 changed files with 6 additions and 6 deletions

View File

@ -2,11 +2,11 @@
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "tapbundle-fs",
"description": "an fs extension for tapbundle",
"npmPackagename": "@pushrocks/tapbundle-fs",
"npmPackagename": "@push.rocks/tapbundle-fs",
"license": "MIT",
"projectDomain": "push.rocks"
}

View File

@ -1,5 +1,5 @@
{
"name": "@pushrocks/tapbundle-fs",
"name": "@push.rocks/tapbundle-fs",
"version": "1.0.4",
"private": false,
"description": "an fs extension for tapbundle",
@ -40,4 +40,4 @@
"npmextra.json",
"readme.md"
]
}
}

View File

@ -1,3 +1,3 @@
import * as plugins from './tapbundle_fs.plugins.js';
export * as smartfile from '@pushrocks/smartfile'
export * as smartfile from '@pushrocks/smartfile';