diff --git a/README.md b/README.md index 2c5d011..4af8200 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ make files easily accessible for processing in javascript. ## Status -[![Build Status](https://travis-ci.org/pushrocks/smartfile.svg?branch=master)](https://travis-ci.org/pushrocks/smartfile) +[![build status](https://gitlab.com/pushrocks/smartfile/badges/master/build.svg)](https://gitlab.com/pushrocks/smartfile/commits/master) [![Build status](https://ci.appveyor.com/api/projects/status/xefmtetv7bxupfby/branch/master?svg=true)](https://ci.appveyor.com/project/philkunz/smartfile/branch/master) [![Dependency Status](https://david-dm.org/pushrocks/smartfile.svg)](https://david-dm.org/pushrocks/smartfile) [![bitHound Dependencies](https://www.bithound.io/github/pushrocks/smartfile/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/smartfile/master/dependencies/npm) [![bitHound Code](https://www.bithound.io/github/pushrocks/smartfile/badges/code.svg)](https://www.bithound.io/github/pushrocks/smartfile) [![codecov.io](https://codecov.io/github/pushrocks/smartfile/coverage.svg?branch=master)](https://codecov.io/github/pushrocks/smartfile?branch=master) -## Supported file types: -* .yml .yaml -* .json +## Usage +smartfile is an approach of being one tool to handle files in diverse environments. +It can fetch files from remote locations, work with local disks and do pure memory operations. \ No newline at end of file diff --git a/package.json b/package.json index cc0fb6c..bd443ea 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/pushrocks/smartfile.git" + "url": "https://gitlab.com/pushrocks/smartfile.git" }, "keywords": [ "filesystem", @@ -22,9 +22,9 @@ "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { - "url": "https://github.com/pushrocks/smartfile/issues" + "url": "https://gitlab.com/pushrocks/smartfile/issues" }, - "homepage": "https://github.com/pushrocks/smartfile", + "homepage": "https://gitlab.com/pushrocks/smartfile", "dependencies": { "beautylog": "^5.0.12", "fs-extra": "^0.30.0",