Skip to content

Commit e469e46

Browse files
author
Nedyalko Nikolov
committed
Removed helper methods.
1 parent 4c0ea7a commit e469e46

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)