Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 024ea98

Browse files
committed
bump
1 parent 4c2bd0a commit 024ea98

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-pulltorefresh",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description":
55
"A NativeScript plugin to provide the Pull to Refresh control on any view.",
66
"main": "pulltorefresh",

Diff for: src/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"experimentalDecorators": true,
77
"sourceMap": true,
88
"noEmitHelpers": true,
9+
"noEmitOnError": false,
910
"lib": ["es6", "dom"],
1011
"baseUrl": ".",
1112
"paths": {

0 commit comments

Comments
 (0)