1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Removed shrinkwrap since it doesn't work properly on Travis. Force the engine to old jade, add then-jade dependency temporarily until template-html-loader uses new consolidate.js.

Update slack-client to @slack/client to latest version.
This commit is contained in:
Gunther Brunner 2016-08-05 18:56:38 +09:00
parent dfec901ba3
commit 48d621b194
4 changed files with 4 additions and 21 deletions

View file

@ -1,6 +1,6 @@
var util = require('util')
var WebClient = require('slack-client').WebClient
var WebClient = require('@slack/client').WebClient
var Promise = require('bluebird')
var logger = require('../../util/logger')