update README

This commit is contained in:
Philipp Kunz 2017-02-19 03:21:38 +01:00
parent 1663b27f7f
commit 6da3d2d28e
2 changed files with 11 additions and 7 deletions

View File

@ -1,11 +1,11 @@
# smartchai
chai + chai as promised with types in place for TypeScript
chai + chai-as-promised + chai-string for TypeScript
## Availabililty
[![npm](https://push.rocks/assets/repo-button-npm.svg)](https://www.npmjs.com/package/smartchai)
[![git](https://push.rocks/assets/repo-button-git.svg)](https://GitLab.com/pushrocks/smartchai)
[![git](https://push.rocks/assets/repo-button-mirror.svg)](https://github.com/pushrocks/smartchai)
[![docs](https://push.rocks/assets/repo-button-docs.svg)](https://pushrocks.gitlab.io/smartchai/)
[![npm](https://pushrocks.gitlab.io/assets/repo-button-npm.svg)](https://www.npmjs.com/package/smartchai)
[![git](https://pushrocks.gitlab.io/assets/repo-button-git.svg)](https://GitLab.com/pushrocks/smartchai)
[![git](https://pushrocks.gitlab.io/assets/repo-button-mirror.svg)](https://github.com/pushrocks/smartchai)
[![docs](https://pushrocks.gitlab.io/assets/repo-button-docs.svg)](https://pushrocks.gitlab.io/smartchai/)
## Status for master
[![build status](https://GitLab.com/pushrocks/smartchai/badges/master/build.svg)](https://GitLab.com/pushrocks/smartchai/commits/master)
@ -21,4 +21,8 @@ chai + chai as promised with types in place for TypeScript
## Usage
Use TypeScript for best in class instellisense.
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)
For further information read the linked docs at the top of this README.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
[![repo-footer](https://pushrocks.gitlab.io/assets/repo-footer.svg)](https://push.rocks)

View File

@ -1,7 +1,7 @@
{
"name": "smartchai",
"version": "1.0.2",
"description": "chai + chai as promised with types in place for TypeScript",
"description": "chai + chai-as-promised + chai-string for TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {