Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5636ff8

Browse files
author
Parth Shah
committed
fixing roles
1 parent 42b2c8f commit 5636ff8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ module.exports = function(gulp) {
3535

3636
gulp.task('upload', function(callback) {
3737
var packageDefinition = require(path.join(process.cwd(), './package.json'))
38-
3938
var lambdaConfig = packageDefinition.lambda;
4039
// set defaults
4140
_.defaultsDeep(lambdaConfig, {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tc-lambda-gulp-tasks",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Topcoder Gulp tasks to deploy AWS lambdas",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)