Skip to content

Commit 91fe31f

Browse files
authored
Merge pull request #64 from hapinessjs/next
v1.1.1
2 parents d8dc0ae + 6684a9c commit 91fe31f

6 files changed

+180
-157
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pretest:
2-
@node ./node_modules/.bin/tslint -p ./tsconfig.json --type-check "./src/**/*.ts" "./test/**/*.ts" --exclude "./src/**/*.d.ts"
2+
@node ./node_modules/.bin/tslint -p ./tsconfig.json "./src/**/*.ts" "./test/**/*.ts" --exclude "./src/**/*.d.ts"
33
test:
44
@node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test
55
coveralls:

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ $ yarn add @hapiness/core rxjs
8787

8888
```javascript
8989
"dependencies": {
90-
"@hapiness/core": "^1.1.0",
90+
"@hapiness/core": "^1.1.1",
9191
//...
9292
}
9393
//...
9494
```
9595

9696
### Use Hapiness API
9797

98-
Actually, we're in : **v1.1.0**
98+
Actually, we're in : **v1.1.1**
9999

100100
See [API](https://github.com/hapinessjs/hapiness/blob/master/API.md) Reference to know what's already implemented.
101101

@@ -115,6 +115,10 @@ To set up your development environment:
115115
[Back to top](#table-of-contents)
116116

117117
## Change History
118+
* v1.1.1 (2017-10-22)
119+
* Build in `commonjs`
120+
* Latest packages' versions
121+
* Documentation
118122
* v1.1.0 (2017-10-16)
119123
* `Websocket` Server: Secure configuration
120124
* Documentation

0 commit comments

Comments
 (0)