Skip to content

Commit

Permalink
Merge pull request #399 from thefrontside/agent-does-not-need-interactor
Browse files Browse the repository at this point in the history
remove runtime dependency on @bigtest/interactor
  • Loading branch information
cowboyd authored Jul 13, 2020
2 parents bf6b3d6 + 942ff15 commit f0c2582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/remove-agent-interactor-dep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigtest/agent": patch
---
make @bigtest/interactor a devDependency only since it is only used in
tests
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"manifest:build": "parcel build test/fixtures/manifest.src.js --out-dir test/fixtures --out-file manifest.js --no-minify --global __bigtestManifest"
},
"devDependencies": {
"@bigtest/interactor": "^0.13.0",
"@bigtest/parcel": "^0.5.2",
"@bigtest/suite": "^0.5.2",
"@bigtest/webdriver": "^0.5.4",
Expand All @@ -44,7 +45,6 @@
"@bigtest/effection": "^0.5.1",
"@bigtest/effection-express": "^0.6.0",
"@bigtest/globals": "^0.6.0",
"@bigtest/interactor": "^0.14.0",
"@effection/events": "^0.7.4",
"bowser": "^2.9.0",
"effection": "^0.7.0"
Expand Down

0 comments on commit f0c2582

Please sign in to comment.