Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 03f52d2

Browse files
fix(package): Give Node.js consumers the unbundled package (optimizely#133)
I'm not sure it's conventional to distribute pre-bundled packages.
1 parent d1af730 commit 03f52d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@optimizely/optimizely-sdk",
33
"version": "2.1.1",
44
"description": "JavaScript SDK package for Optimizely X Full Stack",
5-
"main": "dist/optimizely.node.js",
5+
"main": "lib/index.node.js",
66
"browser": "lib/index.browser.js",
77
"scripts": {
88
"test": "mocha ./lib/*.tests.js ./lib/**/*.tests.js ./lib/**/**/*tests.js --recursive",

0 commit comments

Comments
 (0)