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

Commit a3e837b

Browse files
authored
fix(dependencies): Remove Ionic pages and module
1 parent c80ec52 commit a3e837b

File tree

9 files changed

+8
-178
lines changed

9 files changed

+8
-178
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ When this happens, you can use the ol' fashioned copy and paste method. If you h
278278
```
279279
rm -rf node_modules/angular-stormpath/dist
280280
cp -r ../stormpath-sdk-angular/dist node_modules/angular-stormpath/.
281-
cp ../stormpath-sdk-angular/package.json .
281+
cp ../stormpath-sdk-angular/package.json node_modules/angular-stormpath/.
282282
```
283283
284284
### Release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"express-stormpath": "^3.1.5",
8080
"ghooks": "^2.0.0",
8181
"imports-loader": "^0.7.0",
82-
"ionic-angular": "^2.0.0",
8382
"jasmine-core": "~2.5.0",
8483
"jasmine-reporters": "^2.2.0",
8584
"karma": "^1.4.0",

src/extensions/ionic/forgot.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/extensions/ionic/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"use strict";
2+
function __export(m) {
3+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4+
}
5+
__export(require('./forgot'));
6+
__export(require('./login'));
7+
__export(require('./register'));

src/extensions/ionic/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/extensions/ionic/login.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/extensions/ionic/register.ts

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from './stormpath.module';
2-
export * from './stormpath.ionic.module';
32

43
// all components that will be codegen'd need to be exported for AOT to work
54
export * from './authport/index';
@@ -11,4 +10,3 @@ export * from './resend-email-verification/index';
1110
export * from './reset-password/index';
1211
export * from './shared/index';
1312
export * from './stormpath/index';
14-
export * from './extensions/ionic/index';

src/stormpath.ionic.module.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)