Skip to content

Commit

Permalink
#39 - Replaced nativescript-appversion with @nativescript/appversion
Browse files Browse the repository at this point in the history
  • Loading branch information
roam915 committed Aug 17, 2021
1 parent 5ec358e commit fc74daf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions ReserbizAPP/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ReserbizAPP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@angular/router": "~11.0.0",
"@auth0/angular-jwt": "^3.0.1",
"@nativescript/angular": "~11.0.0",
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "~7.0.0",
"@nativescript/datetimepicker": "^2.1.5",
"@nativescript/firebase": "^11.1.3",
Expand All @@ -35,7 +36,6 @@
"@ngx-translate/http-loader": "^6.0.0",
"core-js": "^3.8.0",
"moment": "^2.29.1",
"nativescript-appversion": "^1.4.4",
"nativescript-cfalert-dialog": "^1.0.15",
"nativescript-signalr-core": "^2.0.0",
"nativescript-ui-calendar": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion ReserbizAPP/src/app/_services/app-version.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { TranslateService } from '@ngx-translate/core';
import { BehaviorSubject } from 'rxjs';

const appversion = require('nativescript-appversion');
import * as appversion from "@nativescript/appversion";

@Injectable({
providedIn: 'root',
Expand Down

0 comments on commit fc74daf

Please sign in to comment.