update dependencies

This commit is contained in:
2016-06-04 01:14:25 +02:00
parent 75219a5474
commit 36e02502d0
12 changed files with 25 additions and 24 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.3.1",
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"reinstall": "(rm -r node_modules && npm install)",
@@ -11,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/gulp-function.git"
"url": "https://gitlab.com/pushrocks/gulp-function.git"
},
"keywords": [
"gulpplugin",
@@ -21,16 +22,16 @@
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/gulp-function/issues"
"url": "https://gitlab.com/pushrocks/gulp-function/issues"
},
"homepage": "https://github.com/pushrocks/gulp-function",
"homepage": "https://gitlab.com/pushrocks/gulp-function",
"dependencies": {
"q": "^1.4.1",
"through2": "^2.0.1"
},
"devDependencies": {
"beautylog": "^4.1.2",
"beautylog": "^5.0.8",
"gulp": "^3.9.1",
"npmts": "^5.0.3"
"npmts": "^5.2.1"
}
}