Skip to content

Commit

Permalink
Merge pull request #13 from hapinessjs/master
Browse files Browse the repository at this point in the history
master in next
  • Loading branch information
akanass committed Nov 20, 2017
2 parents ebc215e + 5c83edd commit bd703af
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 187 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
8.4.0
8.9.1
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -60,8 +60,8 @@ $ yarn add @hapiness/core @hapiness/swag rxjs

```javascript
"dependencies": {
"@hapiness/core": "^1.1.1",
"@hapiness/swag": "^1.0.0",
"@hapiness/core": "^1.2.2",
"@hapiness/swag": "^1.1.0",
//...
}
//...
Expand All @@ -80,7 +80,8 @@ import { SwagModule } from '@hapiness/swag';
'hapi-swagger': {
'x-custom-values': {
'scope': 'todo.read',
}
},
'x-toto': 'tata'
}
},
description: 'Get todo',
Expand Down Expand Up @@ -140,6 +141,10 @@ To set up your development environment:

## Change History

* v1.1.0 (2017-11-20)
* Latest packages' versions.
* Documentation.
* Change packaging process.
* v1.0.0 (2017-10-27)
* Add possibility to have `x-*` as values
* Documentation
Expand Down
147 changes: 77 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd703af

Please sign in to comment.