Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
publishing npm package (#3)
Browse files Browse the repository at this point in the history
* publishing npm package

* test patching

* 0.1.2
  • Loading branch information
benpbolton authored Feb 24, 2017
1 parent 4a2cc4b commit 60fb9c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hubot-code-review",
"version": "0.1.1",
"private": true,
"version": "0.1.2",
"author": "Alley Interactive <[email protected]>",
"description": "A Hubot script for GitHub code review on Slack",
"main": "index.coffee",
Expand Down
2 changes: 1 addition & 1 deletion test/codeReviewEmojiAcceptSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe("Code Review Emoji Approval", () => {
*/
function testWebhook(eventType, requestBody, callback) {
request(robot.router.listen())
.post('/hubot/cr-comment')
.post('/hubot/hubot-code-review')
.set({
'Content-Type' : 'application/json',
'X-Github-Event' : eventType,
Expand Down
2 changes: 1 addition & 1 deletion test/codeReviewSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ describe("Code Review", () => {
*/
function testWebhook(eventType, requestBody, callback) {
request(robot.router.listen())
.post('/hubot/cr-comment')
.post('/hubot/hubot-code-review')
.set({
'Content-Type' : 'application/json',
'X-Github-Event' : eventType,
Expand Down

0 comments on commit 60fb9c2

Please sign in to comment.