Skip to content

Commit 3124220

Browse files
committed
Fix source file path
1 parent bd489c2 commit 3124220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "sib-api-v3-sdk",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Official SendinBlue provided RESTFul API V3 nodejs library",
55
"license": "ISC",
6-
"main": "src/SendinBlue/index.js",
6+
"main": "src/index.js",
77
"scripts": {
88
"test": "./node_modules/mocha/bin/mocha --recursive"
99
},

0 commit comments

Comments
 (0)