Skip to content

Commit

Permalink
feat(tinka): FIrst release of tinka
Browse files Browse the repository at this point in the history
wmathes committed May 18, 2017
1 parent 4a8a191 commit 8e7e06f
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# cf-service-client

[![Greenkeeper badge](https://badges.greenkeeper.io/crazyfactory/ts-http-client.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/crazyfactory/tinka.svg)](https://greenkeeper.io/)

[![npm](https://img.shields.io/npm/v/@crazy-factory/ts-service-client.svg)](http://www.npmjs.com/package/@crazy-factory/ts-service-client)
[![Build Status](https://travis-ci.org/crazyfactory/ts-http-client.svg?branch=master)](https://travis-ci.org/crazyfactory/ts-http-client)
[![codecov](https://codecov.io/gh/crazyfactory/ts-http-client/branch/master/graph/badge.svg)](https://codecov.io/gh/crazyfactory/ts-http-client)
[![dependencies Status](https://david-dm.org/crazyfactory/ts-http-client/status.svg)](https://david-dm.org/crazyfactory/ts-http-client)
[![devDependencies Status](https://david-dm.org/crazyfactory/ts-http-client/dev-status.svg)](https://david-dm.org/crazyfactory/ts-http-client?type=dev)
[![npm](https://img.shields.io/npm/v/@crazyfactory/tinka.svg)](http://www.npmjs.com/package/@crazy-factory/ts-service-client)
[![Build Status](https://travis-ci.org/crazyfactory/tinka.svg?branch=master)](https://travis-ci.org/crazyfactory/ts-http-client)
[![codecov](https://codecov.io/gh/crazyfactory/tinka/branch/master/graph/badge.svg)](https://codecov.io/gh/crazyfactory/ts-http-client)
[![dependencies Status](https://david-dm.org/crazyfactory/tinka/status.svg)](https://david-dm.org/crazyfactory/ts-http-client)
[![devDependencies Status](https://david-dm.org/crazyfactory/tinka/dev-status.svg)](https://david-dm.org/crazyfactory/ts-http-client?type=dev)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

An (almost) dependency-free library to gracefully handle fetch requests.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "@crazy-factory/cf-service-client",
"description": "A dependency-free library to gracefully cache and handle fetch requests.",
"name": "@crazyfactory/tinka",
"description": "A dependency-free library to gracefully handle fetch requests.",
"main": "./lib/index.js",
"typings": "./lib/index",
"module": "./lib.es2015/index.js",
"jsnext:main": "./lib.es2015/index.js",
"keywords": [],
"author": "",
"version": "1.0.0",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/crazyfactory/ts-http-client.git"
"url": "https://github.com/crazyfactory/tinka.git"
},
"dependencies": {},
"devDependencies": {

0 comments on commit 8e7e06f

Please sign in to comment.