Skip to content

Commit

Permalink
fix(Ionic): remove isCapacitorNative
Browse files Browse the repository at this point in the history
closes #39
  • Loading branch information
NathanWalker committed Oct 23, 2018
1 parent 1fa05f2 commit f649879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nstudio/schematics",
"version": "6.2.10",
"version": "6.2.11",
"description": "Cross-platform (xplat) tools for Nx workspaces.",
"readmeFilename": "README.md",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/app.ionic/_files/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Component } from '@angular/core';

import { isCapacitorNative } from '@ionic/core';
import { Platform } from '@ionic/angular';
import { Plugins, StatusBarStyle } from '@capacitor/core';
const { StatusBar } = Plugins;
Expand Down

0 comments on commit f649879

Please sign in to comment.