Skip to content

Commit

Permalink
Merge pull request #18 from rico-projects/feature/typescript
Browse files Browse the repository at this point in the history
All dependencies Updated
  • Loading branch information
hendrikebbers committed Feb 10, 2019
2 parents 3250300 + 956670d commit 19802a7
Show file tree
Hide file tree
Showing 11 changed files with 7,675 additions and 12,829 deletions.
10 changes: 8 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"presets": ["es2015"],
"plugins": ["transform-runtime"],
"presets": [
"@babel/env",
"@babel/typescript"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
],
"comments": false
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="https://dev.karakun.com" target="_blank"><img src="https://raw.githubusercontent.com/rico-project/rico/master/metadata/supported-karakun-small.png" alt="Supported by Karakun"/></a>
</p>

# Rico JavaScript client [![Build Status](https://travis-ci.org/rico-projects/rico-js.svg?branch=master)](https://travis-ci.org/rico-projects/rico-js)
# Rico JavaScript client [![Build Status](https://travis-ci.org/rico-projects/rico-js.svg?branch=master)](https://travis-ci.org/rico-projects/rico-js) [![Coverage Status](https://coveralls.io/repos/github/rico-projects/rico-js/badge.svg?branch=feature%2Ftypescript)](https://coveralls.io/github/rico-projects/rico-js?branch=feature%2Ftypescript)
This is the JavaScript client implementation of Rico. All information about Rico can be found [here](https://github.com/rico-project/rico).

## Contribute
Expand Down
Loading

0 comments on commit 19802a7

Please sign in to comment.