Skip to content

Commit 7c1a45a

Browse files
authored
fix: update package.json to allow webpack bundling
1 parent 1538c82 commit 7c1a45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nativescript-audio",
33
"version": "2.1.3",
44
"description": "NativeScript plugin to record and play audio.",
5-
"main": "audio.js",
5+
"main": "audio",
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
@@ -55,4 +55,4 @@
5555
"tns-platform-declarations": "^2.3.0",
5656
"typescript": "^1.8.10"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)