Skip to content

Commit

Permalink
Update optimizely w/ npm auto-update (#1864)
Browse files Browse the repository at this point in the history
* Update optimizely w/ npm auto-update

* Update optimizely.json

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
raju-opti and MattIPv4 authored Sep 2, 2024
1 parent aeaf13f commit 852a779
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/o/optimizely.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimizely",
"description": "JavaScript SDK for Optimizely X Full Stack",
"description": "JavaScript SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)",
"keywords": [
"optimizely"
],
Expand All @@ -10,15 +10,15 @@
"type": "git",
"url": "git+https://github.com/optimizely/javascript-sdk.git"
},
"filename": "optimizely.min.js",
"filename": "optimizely.browser.umd.min.js",
"autoupdate": {
"source": "npm",
"target": "optimizely-client-sdk",
"target": "@optimizely/optimizely-sdk",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.js"
"optimizely.browser.umd.min.js"
]
}
]
Expand All @@ -27,5 +27,8 @@
{
"name": "Optimizely"
}
]
],
"optimization": {
"js": false
}
}

0 comments on commit 852a779

Please sign in to comment.