Skip to content

Commit

Permalink
fix: strict check config keys
Browse files Browse the repository at this point in the history
BREAKING CHANGE: can throw errors in dev mode
  • Loading branch information
christophehurpeau committed Mar 10, 2018
1 parent d253f0b commit 220033d
Show file tree
Hide file tree
Showing 20 changed files with 529 additions and 355 deletions.
3 changes: 2 additions & 1 deletion packages/nightingale/.pob.json
Expand Up @@ -8,5 +8,6 @@
],
"react": false,
"testing": true,
"documentation": true
"documentation": true,
"doclets": true
}
19 changes: 13 additions & 6 deletions packages/nightingale/README.md
Expand Up @@ -2,12 +2,15 @@

Logger for browser and node

[![Circle ci Status][build-status-image]][build-status-url]
[![Travis ci Status][travisci-status-image]][travisci-status-url]
[![Build Status][circleci-status-image]][circleci-status-url]
[![Travis Status][travisci-status-image]][travisci-status-url]
[![Dependency ci Status][dependencyci-image]][dependencyci-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Coverage percentage][coverage-image]][coverage-url]
[![Doclets Link][doclets-image]][doclets-url]

## Nightingale

The nightingale is a bird best known for its powerful and beautiful song.

See the [Logger API](http://nightingalejs.github.io/nightingale-logger/docs/Logger.html)
Expand Down Expand Up @@ -254,11 +257,15 @@ export function someAction(arg1) {
[npm-url]: https://npmjs.org/package/nightingale
[daviddm-image]: https://david-dm.org/nightingalejs/nightingale.svg?style=flat-square
[daviddm-url]: https://david-dm.org/nightingalejs/nightingale
[build-status-image]: https://img.shields.io/circleci/project/nightingalejs/nightingale/master.svg?style=flat-square
[build-status-url]: https://circleci.com/gh/nightingalejs/nightingale
[dependencyci-image]: https://dependencyci.com/github/nightingalejs/nightingale/badge?style=flat-square
[dependencyci-url]: https://dependencyci.com/github/nightingalejs/nightingale
[circleci-status-image]: https://img.shields.io/circleci/project/nightingalejs/nightingale/master.svg?style=flat-square
[circleci-status-url]: https://circleci.com/gh/nightingalejs/nightingale
[travisci-status-image]: https://img.shields.io/travis/nightingalejs/nightingale/master.svg?style=flat-square
[travisci-status-url]: https://travis-ci.org/nightingalejs/nightingale
[coverage-image]: https://img.shields.io/coveralls/nightingalejs/nightingale/master.svg?style=flat-square
[coverage-url]: https://nightingalejs.github.io/nightingale/coverage/lcov-report/
[coverage-image]: https://img.shields.io/codecov/c/github/nightingalejs/nightingale/master.svg?style=flat-square
[coverage-url]: https://codecov.io/gh/nightingalejs/nightingale
[docs-coverage-url]: https://nightingalejs.github.io/nightingale/coverage/lcov-report/

[doclets-image]: https://img.shields.io/badge/doclets.io-master-green.svg?style=flat-square
[doclets-url]: https://doclets.io/nightingalejs/nightingale/master
5 changes: 4 additions & 1 deletion packages/nightingale/lib-browsers-dev/config.js

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

2 changes: 1 addition & 1 deletion packages/nightingale/lib-browsers-dev/config.js.map

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

0 comments on commit 220033d

Please sign in to comment.