Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 4953f62

Browse files
authored
Merge pull request #23 from hapinessjs/next
release(version): v1.1.2
2 parents 310232b + c9be8bb commit 4953f62

File tree

3 files changed

+226
-208
lines changed

3 files changed

+226
-208
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Implementations of [Hapiness' route and service](https://github.com/hapinessjs/h
6464

6565
## Starter
6666

67-
Download this [starter](https://github.com/hapinessjs/empty-module/releases/tag/v1.1.0) and change `hapinessjs/empty-module` and `@hapiness/empty-module`, according **your module name and repository**, in these files:
67+
Download this [starter](https://github.com/hapinessjs/empty-module/releases/tag/v1.1.2) and change `hapinessjs/empty-module` and `@hapiness/empty-module`, according **your module name and repository**, in these files:
6868
* `package.json`
6969
* `README.md`
7070

@@ -250,9 +250,9 @@ $ yarn add @hapiness/core @{your_scope}/{your_module} rxjs
250250
251251
```javascript
252252
"dependencies": {
253-
"@hapiness/core": "^1.3.0",
253+
"@hapiness/core": "^1.5.0",
254254
"@{your_scope}/{your_module}": "^1.0.0",
255-
"rxjs": "^5.5.5"
255+
"rxjs": "^5.5.8"
256256
//...
257257
}
258258
//...
@@ -285,6 +285,8 @@ If your **module** contains **route** just call specific `endpoint` to see the r
285285
286286
## Change History
287287
288+
* v1.1.2 (2018-04-03)
289+
* Latest packages' versions.
288290
* v1.1.1 (2017-12-19)
289291
* Latest packages' versions.
290292
* New build process

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hapiness/empty-module",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Project to have an empty module structure with source and tests to create Hapiness Module",
55
"main": "commonjs/index.js",
66
"types": "index.d.ts",
@@ -70,26 +70,26 @@
7070
"homepage": "https://github.com/hapinessjs/empty-module#readme",
7171
"dependencies": {
7272
"debug": "^3.1.0",
73-
"@types/node": "^8.5.1"
73+
"@types/node": "^9.6.1"
7474
},
7575
"devDependencies": {
76-
"@hapiness/core": "^1.3.0",
77-
"@types/fs-extra": "^5.0.0",
76+
"@hapiness/core": "^1.5.0",
77+
"@types/fs-extra": "^5.0.1",
7878
"coveralls": "^3.0.0",
7979
"fs-extra": "^5.0.0",
8080
"istanbul": "^1.1.0-alpha.1",
81-
"mocha": "^4.0.1",
81+
"mocha": "^5.0.5",
8282
"mocha-typescript": "^1.1.12",
8383
"rimraf": "^2.6.2",
84-
"rxjs": "^5.5.5",
84+
"rxjs": "^5.5.8",
8585
"ts-node": "^3.3.0",
8686
"tslint": "^5.8.0",
87-
"typescript": "^2.6.2",
87+
"typescript": "^2.8.1",
8888
"unit.js": "^2.0.0"
8989
},
9090
"peerDependencies": {
91-
"@hapiness/core": "^1.3.0",
92-
"rxjs": "^5.5.5"
91+
"@hapiness/core": "^1.5.0",
92+
"rxjs": "^5.5.8"
9393
},
9494
"engines": {
9595
"node": ">=7.0.0"

0 commit comments

Comments
 (0)