diff --git a/README.md b/README.md index aebde90..300ea19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # taskbuffer -Flexible task organization for gulp. TypeScript ready! +flexible task management. TypeScript ready! ## Status [![Coverage Status](https://coveralls.io/repos/github/pushrocks/taskbuffer/badge.svg?branch=master)](https://coveralls.io/github/pushrocks/taskbuffer?branch=master) diff --git a/package.json b/package.json index 7035d33..4313d03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "taskbuffer", "version": "1.0.1", - "description": "Flexible task organization for gulp. TypeScript ready!", + "description": "flexible task management. TypeScript ready!", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/pushrocks/taskbuffer.git" + "url": "git+https://gitlab.com/pushrocks/taskbuffer.git" }, "keywords": [ "gulp", @@ -20,9 +20,9 @@ "author": "Lossless GmbH", "license": "MIT", "bugs": { - "url": "https://github.com/pushrocks/taskbuffer/issues" + "url": "https://gitlab.com/pushrocks/taskbuffer/issues" }, - "homepage": "https://github.com/pushrocks/taskbuffer#readme", + "homepage": "https://gitlab.com/pushrocks/taskbuffer#readme", "dependencies": { "@types/lodash": "^0.0.28", "@types/q": "^0.0.27",