Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Add @automattic/explat-client-react-helpers back
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Feb 17, 2022
1 parent f12038b commit 51fc9b1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
},
"dependencies": {
"@automattic/explat-client": "0.0.2",
"@automattic/explat-client-react-helpers": "0.0.3",
"@automattic/interpolate-components": "1.2.0",
"@woocommerce/api": "0.2.0",
"@woocommerce/e2e-environment": "0.2.3",
Expand Down
1 change: 1 addition & 0 deletions packages/explat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
"dependencies": {
"@automattic/explat-client": "0.0.2",
"@automattic/explat-client-react-helpers": "0.0.3",
"cookie": "^0.4.1",
"qs": "6.9.6"
},
Expand Down
1 change: 0 additions & 1 deletion packages/explat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { isDevelopmentMode } from './utils';
import { logError } from './error';
import { fetchExperimentAssignment } from './assignment';
import { getAnonId, initializeAnonId } from './anon';

declare global {
interface Window {
wcTracks: {
Expand Down

0 comments on commit 51fc9b1

Please sign in to comment.