Skip to content

Commit

Permalink
Fix incorrect import in embedding utils. Bump version. (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin authored and kirovboris committed Jun 28, 2016
1 parent d395986 commit c0d9d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe",
"version": "0.0.19",
"version": "0.0.20",
"main": "lib/index",
"bin": {
"testcafe": "./bin/testcafe"
Expand Down
2 changes: 1 addition & 1 deletion src/embedding-utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ReporterPluginHost from './reporter/plugin-host';
import TestRunErrorFormattableAdapter from './errors/test-run/formattable-adapter';
import testRunErrors from './errors/test-run';
import * as testRunErrors from './errors/test-run';

export default {
TestRunErrorFormattableAdapter,
Expand Down

0 comments on commit c0d9d71

Please sign in to comment.