You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: removed unused npm package from root (#742)
## Summary
Javascript SDK is a monorepo which contains the javascript SDK and supporting packages in `packages` subfolder. We initially had a parent npm package at root to manage subpackages together but its no longer being used. This PR removed that unused npm package and updates readme.
## Test plan
All existing tests should pass
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,15 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
13
13
14
14
## Packages
15
15
16
-
This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). Only one package lives here currently, but that may change in the future.
16
+
This repository is a monorepo. It houses the main Javascript SDK and its supporting packages.
|[`@optimizely/optimizely-sdk`](/packages/optimizely-sdk)|[](https://www.npmjs.com/package/@optimizely/optimizely-sdk)|[](https://developers.optimizely.com/x/solutions/sdks/reference/?language=javascript)| The Optimizely SDK |
20
+
|[`@optimizely/optimizely-sdk`](/packages/optimizely-sdk)|[](https://www.npmjs.com/package/@optimizely/optimizely-sdk)|[](https://docs.developers.optimizely.com/full-stack/docs/javascript-node-sdk)| The Optimizely SDK |
0 commit comments