Skip to content

Commit 32ae69a

Browse files
author
mike alfonse
committed
Update react 16 and test references
Updated the package references to use react 16. Updated the test harness to work with react 16.
1 parent 89f3fc3 commit 32ae69a

16 files changed

+3512
-3313
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ typings
4040

4141
# github token
4242
.token.json
43+
44+
# ignore intellij project directory
45+
.idea

dist/dist-min.tar.gz

-20 Bytes
Binary file not shown.

dist/dist-min.zip

-8 Bytes
Binary file not shown.

dist/dist-min/react-console.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dist-min/react-console.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dist.tar.gz

14 Bytes
Binary file not shown.

dist/dist.zip

17 Bytes
Binary file not shown.

dist/dist/react-console.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dist/react-console.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = function(config) {
1717
// list of files / patterns to load in the browser
1818
files: [
1919
'./node_modules/phantomjs-polyfill-object-assign/object-assign-polyfill.js', //HOPE one day ditch PhantomJS polyfill
20-
'test/*.tsx'
20+
'./node_modules/babel-polyfill/dist/polyfill.js',
21+
'test/*.tsx',
2122
],
2223

2324

0 commit comments

Comments
 (0)