Skip to content

Commit

Permalink
Merge pull request #11 from hapinessjs/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
akanass committed Oct 27, 2017
2 parents fd5eb53 + c24b680 commit ebc215e
Show file tree
Hide file tree
Showing 9 changed files with 3,241 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1
8.4.0
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pretest:
@node ./node_modules/.bin/tslint -p ./tsconfig.json --type-check "./src/**/*.ts" "./test/**/*.ts"
@node ./node_modules/.bin/tslint -p ./tsconfig.json "./src/**/*.ts" "./test/**/*.ts"
test:
@node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test
@node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha "./test/**/*.ts"
coveralls:
cat ./coverage/lcov.info | node ./node_modules/.bin/coveralls
tsc:
Expand Down
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
### `yarn` or `npm` it in your `package.json`

```bash
$ npm install --save @hapiness/swag
$ npm install --save @hapiness/core @hapiness/swag rxjs

or

$ yarn add @hapiness/swag
$ yarn add @hapiness/core @hapiness/swag rxjs
```

```javascript
"dependencies": {
"@hapiness/core": "^1.0.0-rc.6",
"@hapiness/swag": "^1.0.0-rc.6",
"@hapiness/core": "^1.1.1",
"@hapiness/swag": "^1.0.0",
//...
}
//...
Expand All @@ -78,7 +78,7 @@ import { SwagModule } from '@hapiness/swag';
config: {
plugins: {
'hapi-swagger': {
'custom-values': {
'x-custom-values': {
'scope': 'todo.read',
}
}
Expand Down Expand Up @@ -140,26 +140,18 @@ To set up your development environment:

## Change History

* v1.0.0-rc.6 (2017-07-19)
* Latest packages' versions.
* `core` and `rxjs` in `peerDependencies` and need to be installed manually.
* Module version related to core version.
* v1.0.0-rc.4 (2017-07-10)
* Latest packages' versions.
* Update tests for latest `tslint` version.
* Module version related to core version.
* v1.0.0-beta.6 (2017-06-07)
* Create SwagModule
* v1.0.0 (2017-10-27)
* Add possibility to have `x-*` as values
* Documentation
* Module version related to core version
* First stable version

[Back to top](#table-of-contents)

## Maintainers

<table>
<tr>
<td colspan="4" align="center"><a href="https://www.tadaweb.com"><img src="https://tadaweb.com/images/tadaweb/logo.png" width="117" alt="tadaweb" /></a></td>
<td colspan="4" align="center"><a href="https://www.tadaweb.com"><img src="http://bit.ly/2xHQkTi" width="117" alt="tadaweb" /></a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/Juneil"><img src="https://avatars3.githubusercontent.com/u/6546204?v=3&s=117" width="117"/></a></td>
Expand Down

0 comments on commit ebc215e

Please sign in to comment.