File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <a name =" 0.4.1 " ></a >
2+ ## [ 0.4.1] ( https://github.com/amowu/slack-lambda-google/compare/0.4.0...v0.4.1 ) (2016-01-12)
3+
4+
5+ ### Bug Fixes
6+
7+ * ** gulp:** params error ([ 801c07e] ( https://github.com/amowu/slack-lambda-google/commit/801c07e ) )
8+
9+
10+
111<a name =" 0.4.0 " ></a >
212# [ 0.4.0] ( https://github.com/amowu/slack-lambda-google/compare/0.1.0...v0.4.0 ) (2016-01-12)
313
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import config from './config.json'
1010
1111gulp . task ( 'clean' , ( ) => del ( 'dist' ) )
1212
13- gulp . task ( 'webpack' , ( done , stats ) => {
14- webpack ( require ( './webpack.config.js' ) , ( error ) => {
13+ gulp . task ( 'webpack' , done => {
14+ webpack ( require ( './webpack.config.js' ) , ( error , stats ) => {
1515 if ( error ) throw new gutil . PluginError ( 'webpack' , error )
1616 gutil . log ( stats . toString ( {
1717 chunks : false
Original file line number Diff line number Diff line change 11{
22 "name" : " slack-lambda-google" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " A serverless Slack Slash Commands to integrate Google Knowledge Graph API using AWS Lambda and AWS API Gateway" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments