Skip to content

Commit abb61d9

Browse files
authored
hotfix: Fixes module main file (#172)
1 parent bbe196e commit abb61d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "switcher-client",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Client JS SDK for working with Switcher-API",
5-
"main": "./src/index.js",
5+
"main": "./switcher-client.js",
66
"type": "module",
77
"types": "./src/index.d.ts",
88
"author": {

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=switcherapi_switcher-client-master
22
sonar.projectName=switcher-client-js
33
sonar.organization=switcherapi
4-
sonar.projectVersion=4.0.0
4+
sonar.projectVersion=4.0.1
55
sonar.links.homepage=https://github.com/switcherapi/switcher-client-js
66

77
sonar.javascript.lcov.reportPaths=coverage/lcov.info

0 commit comments

Comments
 (0)