Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d582808

Browse files
committedNov 19, 2022
fix package.json entry
1 parent bcf2811 commit d582808

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@fastblob/fastblob-fetch",
33
"version": "1.0.0",
44
"description": "Fetch Blob using fastblob.com",
5-
"main": "index.js",
5+
"main": "lib/index.js",
6+
"module": "lib/index.js",
7+
"types": "lib/index.d.ts",
8+
"type": "module",
69
"scripts": {
710
"build": "tsc",
811
"lint": "eslint src/** --fix",

0 commit comments

Comments
 (0)
Please sign in to comment.