Skip to content

Commit

Permalink
Update react 16 and test references
Browse files Browse the repository at this point in the history
Updated the package references to use react 16. Updated the test harness to work with react 16.
  • Loading branch information
mike alfonse committed Nov 30, 2017
1 parent 89f3fc3 commit 32ae69a
Show file tree
Hide file tree
Showing 16 changed files with 3,512 additions and 3,313 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ typings

# github token
.token.json

# ignore intellij project directory
.idea
Binary file modified dist/dist-min.tar.gz
Binary file not shown.
Binary file modified dist/dist-min.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/dist-min/react-console.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dist-min/react-console.min.js.map

Large diffs are not rendered by default.

Binary file modified dist/dist.tar.gz
Binary file not shown.
Binary file modified dist/dist.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/dist/react-console.js

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

2 changes: 1 addition & 1 deletion dist/dist/react-console.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'./node_modules/phantomjs-polyfill-object-assign/object-assign-polyfill.js', //HOPE one day ditch PhantomJS polyfill
'test/*.tsx'
'./node_modules/babel-polyfill/dist/polyfill.js',
'test/*.tsx',
],


Expand Down
6 changes: 3 additions & 3 deletions lib/react-console.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/react-console.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 32ae69a

Please sign in to comment.