add option for npm access level

This commit is contained in:
2018-04-04 22:25:13 +02:00
parent c8c17e6cba
commit 0ab1e1ab7c
70 changed files with 1977 additions and 1846 deletions

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

@@ -1,2 +1,2 @@
import { GitRepo } from 'smartstring';
export declare let repo: GitRepo;
import * as plugins from './npmci.plugins';
export declare let repo: plugins.smartstring.GitRepo;