@git.zone/tsdocker 2.2.1 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tsdocker',
6
- version: '2.2.1',
6
+ version: '2.2.2',
7
7
  description: 'develop npm modules cross platform with docker'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxvQkFBb0I7SUFDMUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLGdEQUFnRDtDQUM5RCxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git.zone/tsdocker",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "private": false,
5
5
  "description": "develop npm modules cross platform with docker",
6
6
  "main": "dist_ts/index.js",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@git.zone/tsdocker',
6
- version: '2.2.1',
6
+ version: '2.2.2',
7
7
  description: 'develop npm modules cross platform with docker'
8
8
  }
package/npmextra.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "npmts": {
3
- "mode": "default",
4
- "cli": true
5
- },
6
- "@git.zone/cli": {
7
- "projectType": "npm",
8
- "module": {
9
- "githost": "gitlab.com",
10
- "gitscope": "gitzone",
11
- "gitrepo": "tsdocker",
12
- "description": "develop npm modules cross platform with docker",
13
- "npmPackagename": "@git.zone/tsdocker",
14
- "license": "MIT"
15
- },
16
- "release": {
17
- "accessLevel": "public",
18
- "registries": [
19
- "https://verdaccio.lossless.digital",
20
- "https://registry.npmjs.org"
21
- ]
22
- }
23
- },
24
- "@ship.zone/szci": {
25
- "npmGlobalTools": []
26
- }
27
- }