Skip to content

Commit

Permalink
Add the missing 'babel-core' dependency. Bump version (v0.0.16) (#77)
Browse files Browse the repository at this point in the history
* Add the missing 'babel-core' dependency

* Revert the TestCafe version

* Bump version (v0.0.16)
  • Loading branch information
Farfurix authored Dec 16, 2020
1 parent e376eb2 commit 004c4e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-provider-electron",
"version": "0.0.15",
"version": "0.0.16",
"description": "TestCafe browser provider plugin for testing applications built with Electron.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-electron",
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-electron",
Expand Down Expand Up @@ -47,6 +47,7 @@
},
"devDependencies": {
"asar": "^2.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down

0 comments on commit 004c4e1

Please sign in to comment.