Skip to content

Commit 2aaff0c

Browse files
authored
docs(readme): Restore uuid in Additional code section (#511)
Summary: This was removed along with the change to use the uuid function exported by the utils package. But, we are listing all additional code from transitive dependencies here (for example, decompress-response), not just direct dependencies. Test plan: None. Docs-only change.
1 parent 9af51d8 commit 2aaff0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/optimizely-sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Prod dependencies are as follows:
100100
"licenses": "MIT*",
101101
"repository": "https://github.com/perezd/node-murmurhash"
102102
},
103+
104+
"licenses": "MIT",
105+
"repository": "https://github.com/kelektiv/node-uuid"
106+
},
103107
104108
"licenses": "MIT",
105109
"repository": "https://github.com/sindresorhus/decompress-response"

0 commit comments

Comments
 (0)