Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 7, 2018
2 parents c89ee43 + 1404d86 commit a65375c
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 18 deletions.
8 changes: 4 additions & 4 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

- <div class="ps-icon ps-icon-arrow-right"></div> [Getting started](getting-started.md)
- <div class="ps-icon ps-icon-cookie"></div> [Appenders](appenders.md)
- <div class="ps-icon ps-icon-book-tag"></div> [Layouts](layouts.md)
- <div class="ps-icon ps-icon-puzzle"></div> [API references](api/index.md)
- [Getting started](getting-started.md)
- [Appenders](appenders.md)
- [Layouts](layouts.md)
- [API references](api/index.md)

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/sinon-chai": "^3.2.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"concurrently": "^4.1.0",
"coveralls": "^3.0.2",
"docsify-cli": "^4.2.1",
"docsify-server-renderer": "^4.7.0",
Expand Down Expand Up @@ -76,4 +77,4 @@
"master": "master",
"production": "production"
}
}
}
11 changes: 3 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
"strictNullChecks": true,
"importHelpers": true,
"lib": ["es6"],
"types":[
"node",
"chai",
"mocha",
"sinon",
"sinon-chai",
"chai-as-promised"
]
"typeRoots": [
"./node_modules/@types"
],
},

"exclude": [
Expand Down

0 comments on commit a65375c

Please sign in to comment.