fix package.json bug

This commit is contained in:
2017-09-08 18:24:34 +02:00
parent aface1fec6
commit 4a63e8f225
5 changed files with 4 additions and 21 deletions

5
dist/npmci.env.d.ts vendored
View File

@@ -1,10 +1,5 @@
import { GitRepo } from 'smartstring';
import { ProjectInfo } from 'projectinfo';
/**
* a info instance about the git respoitory at cwd :)
*/
export declare let repo: GitRepo;
/**
* Info about the project at cwd
*/
export declare let cwdProjectInfo: ProjectInfo;