Skip to content

Commit

Permalink
feat: pob upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Mar 10, 2018
1 parent d65a604 commit e36a4ad
Show file tree
Hide file tree
Showing 19 changed files with 3,504 additions and 103 deletions.
7 changes: 6 additions & 1 deletion packages/nightingale-browser-console/.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 packages/nightingale-browser-console/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
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 packages/nightingale-browser-console/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 packages/nightingale-browser-console/index.js

This file was deleted.

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

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

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

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

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

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

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

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

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

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

Loading

0 comments on commit e36a4ad

Please sign in to comment.