diff --git a/package-lock.json b/package-lock.json index 6eb1efd..cbdb0a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@romainseb/pr-man", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1b02e1..1cf3398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@romainseb/pr-man", - "version": "0.0.6", + "version": "0.0.7", "description": "This repository allow to send PR messages to Slack", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/index.ts b/src/index.ts index c1acfbc..57d90ff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,8 +8,7 @@ import { import { getGithubApi, getPrsFromRepository } from "./github" import { sendPrsToSlack, getSlackApi } from "./slack" import GitHub from "github-graphql-api" -import { ExecException } from "child_process" -export { Role } from "./types" +export * from "./types" /** * This method check the token to ensure we have all the credentials to do the next steps