We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0daf3b commit 103855fCopy full SHA for 103855f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@splitsoftware/openfeature-js-split-provider",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Split OpenFeature Provider",
5
"files": [
6
"README.md",
@@ -17,8 +17,7 @@
17
"bugs": "https://github.com/splitio/openfeature-split-provider-js/issues",
18
"license": "Apache-2.0",
19
"author": "Josh Sirota <[email protected]>",
20
- "main": "lib/index.js",
21
- "module": "es/index.js",
+ "main": "src/index.js",
22
"types": "types",
23
"engines": {
24
"npm": ">=3",
0 commit comments