Skip to content

Commit fcb2259

Browse files
authored
Merge pull request #12 from carbonblack/update-react16-references
Update react16 references
2 parents 89f3fc3 + 40e2d22 commit fcb2259

File tree

12 files changed

+3502
-3303
lines changed

12 files changed

+3502
-3303
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

-6 Bytes
Binary file not shown.

dist/dist-min.zip

1 Byte
Binary file not shown.

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

-3 Bytes
Binary file not shown.

dist/dist.zip

0 Bytes
Binary file not shown.

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

lib/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.

package-lock.json

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

0 commit comments

Comments
 (0)