Skip to content

Commit

Permalink
update project info to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Sep 7, 2015
1 parent b458317 commit 3a4b488
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "slack-frp",
"description": "a terse, functional reactive slack api",
"name": "slock",
"description": "promise-based and functional reactive bindings to Slack's API",
"version": "0.0.1",
"keywords": [
"slack",
"api",
"functional",
"reactive",
"rtm",
"real",
"time",
"web",
"hook",
"bot",
"integration"
"integration",
"incoming",
"outgoing",
"promise"
],
"scripts": {
"release": "npm publish",
Expand All @@ -27,10 +31,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/declandewet/slack-frp"
"url": "https://github.com/declandewet/slock"
},
"bugs": {
"url": "http://github.com/declandewet/slack-frp/issues",
"url": "http://github.com/declandewet/slock/issues",
"email": "declandewet@me.com"
},
"directories": {
Expand Down
3 changes: 3 additions & 0 deletions test/base-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import BaseAPI from '../lib/base-api';

chai.use(asPromised);

/*
do not attempt to use these credentials, they are fake
*/
const {expect} = chai;
const token = 'xoxb-9545181767-KLtao5iiYssThypRBQ5CBHeX';
const webhook = 'https://hooks.slack.com/services/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';
Expand Down

0 comments on commit 3a4b488

Please sign in to comment.