Skip to content

Commit ee4e56c

Browse files
authored
Merge pull request #2 from NativeScript/hdeshev/webpack-main
Fix package.json `main` for webpack
2 parents d8e3762 + 3a93d39 commit ee4e56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "nativescript-intl",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
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)