diff --git a/package.json b/package.json index f431212..f7f8f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@barchart/log4js-node-appenders", - "version": "1.1.5", + "version": "1.1.6", "description": "Custom appenders for log4js", "homepage": "https://github.com/barchart/log4js-node-appenders#readme", "bugs": { @@ -16,20 +16,25 @@ "name": "Bryan Ingle", "email": "bryan.ingle@barchart.com", "url": "http://www.barchart.com" + }, + { + "name": "Ehtasham Yasin", + "email": "ehtasham.yasin.dev@gmail.com", + "url": "https://github.com/Ehtasham-Yasin" } ], "main": "index.js", "dependencies": {}, "devDependencies": { - "gulp": "^4.0.2", + "gulp": "^5.0.0", "gulp-git": "^2.10.1", - "gulp-jasmine": "^2.2.1", + "gulp-jasmine": "^4.0.0", "gulp-jshint": "^2.1.0", "gulp-prompt": "^1.2.0", - "jshint": "^2.10.3" + "jshint": "^2.13.6" }, "directories": { "test": "test" }, "license": "MIT" -} +} \ No newline at end of file