fix package.json bug
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import * as plugins from './npmci.plugins'
|
||||
import * as paths from './npmci.paths'
|
||||
import { GitRepo } from 'smartstring'
|
||||
import { ProjectInfo } from 'projectinfo'
|
||||
import { Dockerfile } from './mod_docker/index'
|
||||
|
||||
/**
|
||||
@ -11,8 +10,3 @@ export let repo: GitRepo
|
||||
if (process.env.CI_REPOSITORY_URL) {
|
||||
repo = new GitRepo(process.env.CI_REPOSITORY_URL)
|
||||
}
|
||||
|
||||
/**
|
||||
* Info about the project at cwd
|
||||
*/
|
||||
export let cwdProjectInfo = new ProjectInfo(paths.cwd)
|
||||
|
@ -4,7 +4,7 @@ import * as env from './npmci.env'
|
||||
import { Analytics } from 'smartanalytics'
|
||||
|
||||
export let npmciAnalytics = new Analytics({
|
||||
apiEndPoint: 'https://pubapi-1.lossless.one/analytics',
|
||||
apiEndPoint: 'https://pubapi.lossless.one/analytics',
|
||||
projectId: 'gitzone',
|
||||
appName: 'npmci'
|
||||
})
|
||||
|
Reference in New Issue
Block a user