Skip to content

Commit

Permalink
fix(ionic): package correction and link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 20, 2019
1 parent 39d9e7d commit 7b54500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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": "7.2.2",
"version": "7.2.3",
"description": "Cross-platform (xplat) tools for Nx workspaces.",
"readmeFilename": "README.md",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/app.ionic/_files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"@ngx-translate/http-loader": "file:../../node_modules/@ngx-translate/http-loader",
"@nrwl/nx": "file:../../node_modules/@nrwl/nx",
"rxjs": "file:../../node_modules/rxjs",
"rxjs-compat": "file:../../node_modules/rxjs-compat",
"zone.js": "file:../../node_modules/zone.js"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/app.ionic/_files/src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
The world is your oyster.
<p>
If you get lost, the
<a href="http://ionicframework.com/docs/v2">docs</a> will be your guide.
<a href="http://ionicframework.com/docs/v2" target="_blank">docs</a> will be your guide.
</p>
<h2>{{ 'hello' | translate }}</h2>
<p>
Learn more about <a href="https://nstudio/xplat">xplat</a>.
Learn more about <a href="https://nstudio.io/xplat" target="_blank">xplat</a>.
</p>
</div>
</ion-content>

0 comments on commit 7b54500

Please sign in to comment.