Skip to content

Commit 45cc099

Browse files
author
Nedyalko Nikolov
authored
Merge pull request #9 from NativeScript/nnikolov/RemovedHelperMethods
Removed helper methods.
2 parents 4c0ea7a + e469e46 commit 45cc099

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-intl",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Provides API for using Native date, time and number formatting with an API similar to Intl.js",
55
"nativescript": {
66
"platforms": {

Diff for: src/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "es5",
55
"noImplicitAny": false,
66
"removeComments": true,
7+
"noEmitHelpers": true,
78
"preserveConstEnums": true,
89
"sourceMap": false,
910
"declaration": false,

0 commit comments

Comments
 (0)