Skip to content

Commit

Permalink
more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-opti committed Jan 18, 2024
1 parent 3a269d8 commit addd187
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"default": "./dist/optimizely.node.min.js"
},
"./lite": {
"./lite": {
"types": "./dist/index.lite.d.ts",
"node": "./dist/optimizely.lite.min.js",
"node": "./dist/optimizely.lite.min.js",
"import": "./dist/optimizely.lite.es.min.js",
"default": "./dist/optimizely.lite.min.js"
},
Expand All @@ -53,9 +53,13 @@
"./dist/optimizely.lite.min.js": {
"types": "./dist/index.lite.d.ts",
"default": "./dist/optimizely.lite.min.js"
}
},
"./dist/*.js": "./dist/*.js",
"./dist/*.ts": "./dist/*.ts",
"./dist/*": ["./dist/*.js", "./dist/*/index.js", "./dist/*/index.ts"],
"./lib/*.ts": "./lib/*.ts",
"./lib/*": ["./lib/*.ts", "./lib/*/index.ts"]
},

"scripts": {
"clean": "rm -rf dist",
"clean:win": "(if exist dist rd /s/q dist)",
Expand Down

0 comments on commit addd187

Please sign in to comment.