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

Commit 027266e

Browse files
committed
bump bug fix
1 parent 252d122 commit 027266e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-loading-indicator",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "A NativeScript plugin for showing an overlayed loading indicator.",
55
"main": "loading-indicator",
66
"typings": "index.d.ts",
@@ -76,12 +76,12 @@
7676
"homepage": "https://github.com/nstudio/nativescript-loading-indicator",
7777
"readmeFilename": "README.md",
7878
"devDependencies": {
79-
"husky": "^4.0.1",
80-
"lint-staged": "^9.5.0",
79+
"husky": "^4.2.0",
80+
"lint-staged": "^10.0.2",
8181
"prettier": "^1.19.1",
82-
"tns-core-modules": "^6.3.2",
82+
"@nativescript/core": "^6.3.2",
8383
"tns-platform-declarations": "^6.3.2",
84-
"typescript": "~3.3.3",
84+
"typescript": "~3.7.4",
8585
"prompt": "^1.0.0",
8686
"rimraf": "^2.6.3",
8787
"tslint": "^5.20.1",

0 commit comments

Comments
 (0)