add .snyk policy

This commit is contained in:
2018-04-04 22:43:15 +02:00
parent 2bc892cb4c
commit 32ef4c2f65
7 changed files with 117 additions and 1258 deletions

View File

@ -51,6 +51,9 @@ let prepare = async () => {
return;
};
/**
* publish a package to npm
*/
let publish = async () => {
let npmAccessCliString = ``;
const config = await configModule.getConfig();