update README

This commit is contained in:
Philipp Kunz 2016-08-01 13:35:33 +02:00
parent 4bc5617240
commit 9e175245ed
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# taskbuffer # taskbuffer
Flexible task organization for gulp. TypeScript ready! flexible task management. TypeScript ready!
## Status ## Status
[![Coverage Status](https://coveralls.io/repos/github/pushrocks/taskbuffer/badge.svg?branch=master)](https://coveralls.io/github/pushrocks/taskbuffer?branch=master) [![Coverage Status](https://coveralls.io/repos/github/pushrocks/taskbuffer/badge.svg?branch=master)](https://coveralls.io/github/pushrocks/taskbuffer?branch=master)

View File

@ -1,7 +1,7 @@
{ {
"name": "taskbuffer", "name": "taskbuffer",
"version": "1.0.1", "version": "1.0.1",
"description": "Flexible task organization for gulp. TypeScript ready!", "description": "flexible task management. TypeScript ready!",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/pushrocks/taskbuffer.git" "url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
}, },
"keywords": [ "keywords": [
"gulp", "gulp",
@ -20,9 +20,9 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"@types/lodash": "^0.0.28", "@types/lodash": "^0.0.28",
"@types/q": "^0.0.27", "@types/q": "^0.0.27",