Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

Commit

Permalink
feat: pob upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 28, 2017
1 parent 5823677 commit 21b4756
Show file tree
Hide file tree
Showing 19 changed files with 3,504 additions and 103 deletions.
7 changes: 6 additions & 1 deletion .pob.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
],
"react": false,
"documentation": false,
"testing": false
"testing": false,
"entries": [
"index"
],
"flow": false,
"doclets": false
}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Browser console handler for nightingale

[![Dependency ci Status][dependencyci-image]][dependencyci-url]
[![Dependency Status][daviddm-image]][daviddm-url]

## Install
Expand Down Expand Up @@ -51,3 +52,5 @@ localStorage.debug = '*,-app:*'; // debug everything except app and all its chil
[npm-url]: https://npmjs.org/package/nightingale-browser-console
[daviddm-image]: https://david-dm.org/nightingalejs/nightingale-browser-console.svg?style=flat-square
[daviddm-url]: https://david-dm.org/nightingalejs/nightingale-browser-console
[dependencyci-image]: https://dependencyci.com/github/nightingalejs/nightingale-browser-console/badge?style=flat-square
[dependencyci-url]: https://dependencyci.com/github/nightingalejs/nightingale-browser-console
2 changes: 1 addition & 1 deletion git-hooks/post-checkout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

if [[ `git diff HEAD@{1} --stat -- package.json` != "" ]]; then
npm install ; npm prune
yarn
fi
2 changes: 1 addition & 1 deletion git-hooks/post-merge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

if [[ `git diff HEAD@{1} --stat -- package.json` != "" ]]; then
npm install ; npm prune
yarn
fi
2 changes: 0 additions & 2 deletions index.js

This file was deleted.

34 changes: 10 additions & 24 deletions lib-browsers-dev/index.js

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

2 changes: 1 addition & 1 deletion lib-browsers-dev/index.js.map

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

27 changes: 6 additions & 21 deletions lib-webpack-dev/index.js

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

2 changes: 1 addition & 1 deletion lib-webpack-dev/index.js.map

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

8 changes: 4 additions & 4 deletions lib-webpack-modern-browsers-dev/debug.js

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

2 changes: 1 addition & 1 deletion lib-webpack-modern-browsers-dev/debug.js.map

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

37 changes: 13 additions & 24 deletions lib-webpack-modern-browsers-dev/index.js

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

2 changes: 1 addition & 1 deletion lib-webpack-modern-browsers-dev/index.js.map

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

0 comments on commit 21b4756

Please sign in to comment.