From 2d4e5eb51a2ad8ca31e652db5511e394a7084460 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Mon, 8 Aug 2016 11:41:47 +0300 Subject: [PATCH 1/2] Remove the '.js' suffix for the main module. Makes it easier for webpack to point to nativescript-intl.ios.js. --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 162225a..76a0da4 100644 --- a/src/package.json +++ b/src/package.json @@ -2,7 +2,7 @@ "name": "nativescript-intl", "version": "0.0.3", "description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js", - "main": "nativescript-intl.js", + "main": "nativescript-intl", "nativescript": { "platforms": { "android": "2.1.0", From 3a93d39bcb4f6a75302fcc7fc7f335c53df54cbc Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Mon, 8 Aug 2016 11:43:07 +0300 Subject: [PATCH 2/2] Version bump: 0.0.4 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 76a0da4..d978d32 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-intl", - "version": "0.0.3", + "version": "0.0.4", "description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js", "main": "nativescript-intl", "nativescript": {