Skip to content

Commit

Permalink
chore(): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb committed Apr 12, 2019
1 parent 309eb27 commit d1e636b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e636b

Please sign in to comment.