This commit is contained in:
Ashley Williams 2016-05-19 11:34:23 -04:00
Родитель 9c68472161
Коммит d5f2d7c5a1
4 изменённых файлов: 8 добавлений и 1 удалений

2
.envsample Normal file
Просмотреть файл

@ -0,0 +1,2 @@
SLACK_API_TOKEN=???
SLACK_CHANNEL=???

1
.gitignore поставляемый
Просмотреть файл

@ -1 +1,2 @@
node_modules
.env

Просмотреть файл

@ -1,3 +1,5 @@
require('dotenv').load();
const assert = require("assert");
const bole = require("bole");
const logstring = require("common-log-string");

Просмотреть файл

@ -17,7 +17,9 @@
"bole": "^2.0.0",
"common-log-string": "^0.2.1"
},
"devDependencies": {},
"devDependencies": {
"dotenv": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/slack-hook-subscribe.git"