Skip to content

Commit 026d7ef

Browse files
Diana KhortiukDiana Khortiuk
authored andcommitted
fix: publish compiled src files
1 parent 22aa611 commit 026d7ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "Frontegg Javascript Library for backend node servers",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist",
9+
"docs/CHANGELOG.md",
10+
"LICENSE.md",
11+
"README.md",
12+
"audit-ci.jsonc"
13+
],
714
"scripts": {
815
"build": "rm -rf dist && tsc",
916
"build:watch": "rm -rf dist && tsc --watch",

0 commit comments

Comments
 (0)