Skip to content

Commit 2d4e5eb

Browse files
committed
Remove the '.js' suffix for the main module.
Makes it easier for webpack to point to nativescript-intl.ios.js.
1 parent d8e3762 commit 2d4e5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nativescript-intl",
33
"version": "0.0.3",
44
"description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js",
5-
"main": "nativescript-intl.js",
5+
"main": "nativescript-intl",
66
"nativescript": {
77
"platforms": {
88
"android": "2.1.0",

0 commit comments

Comments
 (0)