Skip to content

Commit c8ea5f9

Browse files
authored
fix(package): fix path to main file (#6)
* docs(README): refactor links * fix(Sns): export Sns.js * fix(package): fix path to main file
1 parent a987098 commit c8ea5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frankast/sms-sender",
3-
"main": "index.js",
3+
"main": "lib/index.js",
44
"version": "0.0.0-semantically-released",
55
"description": "This is a wrapper for SMSC API & AWS in Node.js",
66
"files": [

0 commit comments

Comments
 (0)