From 9e175245eda8073c6a576c9a5a8a1c50be5e8200 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 1 Aug 2016 13:35:33 +0200 Subject: [PATCH] update README --- README.md | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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",