diff --git a/npmextra.json b/npmextra.json index 3c35ec9..8b4a693 100644 --- a/npmextra.json +++ b/npmextra.json @@ -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" } diff --git a/package.json b/package.json index 4077b32..a1548bb 100644 --- a/package.json +++ b/package.json @@ -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" ] -} +} \ No newline at end of file diff --git a/ts/index.ts b/ts/index.ts index 56cbc82..9f31d04 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,3 +1,3 @@ import * as plugins from './tapbundle_fs.plugins.js'; -export * as smartfile from '@pushrocks/smartfile' \ No newline at end of file +export * as smartfile from '@pushrocks/smartfile'; \ No newline at end of file