Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
f12c4aabd8 | |||
b62f7d8b31 | |||
56cccb1b14 | |||
850df45d7f |
@ -10,6 +10,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- release
|
- release
|
||||||
- trigger
|
- trigger
|
||||||
|
- mirror
|
||||||
- pages
|
- pages
|
||||||
|
|
||||||
testLEGACY:
|
testLEGACY:
|
||||||
@ -62,6 +63,16 @@ trigger:
|
|||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
|
mirror:
|
||||||
|
image: hosttoday/ht-docker-node:npmci
|
||||||
|
stage: mirror
|
||||||
|
script:
|
||||||
|
- npmci git mirror
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: hosttoday/ht-docker-node:npmci
|
image: hosttoday/ht-docker-node:npmci
|
||||||
stage: pages
|
stage: pages
|
||||||
|
2
dist/npmts.cli.js
vendored
2
dist/npmts.cli.js
vendored
@ -27,7 +27,7 @@ const NpmtsShip = require("./npmts.ship");
|
|||||||
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html
|
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html
|
||||||
*/
|
*/
|
||||||
let npmtsAnalytics = new plugins.smartanalytics.Analytics({
|
let npmtsAnalytics = new plugins.smartanalytics.Analytics({
|
||||||
apiEndPoint: 'https://pubapi-1.lossless.one/analytics',
|
apiEndPoint: 'https://pubapi.lossless.one/analytics',
|
||||||
projectId: 'gitzone',
|
projectId: 'gitzone',
|
||||||
appName: 'npmts'
|
appName: 'npmts'
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "8.0.17",
|
"version": "8.0.19",
|
||||||
"description": "best practice npm TypeScript modules",
|
"description": "best practice npm TypeScript modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -19,7 +19,7 @@ import * as NpmtsShip from './npmts.ship'
|
|||||||
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html
|
* Our privacy policy can be found here: https://lossless.gmbh/privacy.html
|
||||||
*/
|
*/
|
||||||
let npmtsAnalytics = new plugins.smartanalytics.Analytics({
|
let npmtsAnalytics = new plugins.smartanalytics.Analytics({
|
||||||
apiEndPoint: 'https://pubapi-1.lossless.one/analytics',
|
apiEndPoint: 'https://pubapi.lossless.one/analytics',
|
||||||
projectId: 'gitzone',
|
projectId: 'gitzone',
|
||||||
appName: 'npmts'
|
appName: 'npmts'
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user