Skip to content

Commit 0c88295

Browse files
committed
fix(websockets): module build
1 parent f858169 commit 0c88295

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/nativescript-websockets/index.d.ts

Whitespace-only changes.

packages/nativescript-websockets/project.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
"outputPath": "dist/packages/nativescript-websockets",
1212
"tsConfig": "packages/nativescript-websockets/tsconfig.json",
1313
"packageJson": "packages/nativescript-websockets/package.json",
14-
"main": "packages/nativescript-websockets/index.d.ts",
14+
"main": "packages/nativescript-websockets/index.ts",
1515
"assets": [
1616
"packages/nativescript-websockets/*.md",
17-
"packages/nativescript-websockets/index.d.ts",
1817
"LICENSE",
1918
{
2019
"glob": "**/*",

0 commit comments

Comments
 (0)