perf:更新文件名称
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
stages:
|
||||
- build
|
||||
|
||||
build-jar:
|
||||
stage: build
|
||||
tags:
|
||||
- zengos
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "master"
|
||||
script:
|
||||
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
|
||||
- npm publish
|
||||
|
||||
1
.npmrc
1
.npmrc
@@ -1 +0,0 @@
|
||||
@tiesheng:registry=http://git.tieshengkeji.com/api/packages/tieshengkeji/npm/
|
||||
24
index.js
24
index.js
@@ -1,15 +1,15 @@
|
||||
const Common = require('./src/utils/Common')
|
||||
const Storage = require('./src/utils/Storage')
|
||||
const crypto = require('./src/utils/TsCrypto')
|
||||
const GlobalConfig = require('./src/utils/GlobalConfig')
|
||||
const SM4 = require('./src/utils/TsSM4')
|
||||
const HttpUtil = require('./src/https/HttpUtil')
|
||||
const TsCommon = require('./src/utils/TsCommon')
|
||||
const TsStorage = require('./src/utils/TsStorage')
|
||||
const TsCrypto = require('./src/utils/TsCrypto')
|
||||
const TsGlobalConfig = require('./src/utils/TsGlobalConfig')
|
||||
const TsSM4 = require('./src/utils/TsSM4')
|
||||
const TsHttpUtil = require('./src/https/TsHttpUtil')
|
||||
|
||||
module.exports = {
|
||||
HttpUtil,
|
||||
Common,
|
||||
Storage,
|
||||
SM4,
|
||||
crypto,
|
||||
GlobalConfig,
|
||||
TsHttpUtil,
|
||||
TsCommon,
|
||||
TsStorage,
|
||||
TsSM4,
|
||||
TsCrypto,
|
||||
TsGlobalConfig,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user