Skip to content

Commit 8c908f0

Browse files
author
Denis Rechkunov
authored
Merge pull request #20 from catberry/develop
Release 5.0.1
2 parents 6b29e5b + 4432437 commit 8c908f0

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ sudo: false
1111
node_js:
1212
- "4"
1313
- "5"
14+
- "6"
15+
- "7"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[![Build Status](https://travis-ci.org/catberry/catberry-uhr.svg?branch=master)](https://travis-ci.org/catberry/catberry-uhr) [![codecov.io](http://codecov.io/github/catberry/catberry-uhr/coverage.svg?branch=master)](http://codecov.io/github/catberry/catberry-uhr?branch=master)
44

5+
## Installation
6+
7+
```bash
8+
npm install catberry-uhr
9+
```
10+
511
## Description
612
Catberry's modules run both at the server and in a browser and it's very important to
713
have a Universal/Isomorphic HTTP(S) Request implementation.

lib/UHRBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class UHRBase {
356356
method === UHRBase.METHODS.POST ||
357357
method === UHRBase.METHODS.PUT ||
358358
method === UHRBase.METHODS.PATCH
359-
);
359+
);
360360
}
361361

362362
/**

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catberry-uhr",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"author": {
55
"name": "Denis Rechkunov",
66
"email": "denis.rechkunov@gmail.com"
@@ -23,13 +23,13 @@
2323
"./lib/UHR.js": "./browser/UHR.js"
2424
},
2525
"dependencies": {
26-
"catberry-uri": "^3.0.0"
26+
"catberry-uri": "^3.2.1"
2727
},
2828
"devDependencies": {
29-
"istanbul": "~0.4.2",
30-
"codecov": "^1.0.1",
31-
"mocha": "^2.4.5",
32-
"eslint": "^2.2.0"
29+
"istanbul": "~0.4.5",
30+
"codecov": "^2.1.0",
31+
"mocha": "^3.2.0",
32+
"eslint": "^3.18.0"
3333
},
3434

3535
"engines": {

0 commit comments

Comments
 (0)