mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(dependencies): add files array to angular distro
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
import { AlertController } from '../../../../src/providers/alert-controller';
|
import { AlertController } from '@ionic/angular';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-alert-page',
|
selector: 'app-alert-page',
|
||||||
|
@ -29,6 +29,9 @@
|
|||||||
"main": "./dist/src/index.js",
|
"main": "./dist/src/index.js",
|
||||||
"modules": "./dist/src/index.js",
|
"modules": "./dist/src/index.js",
|
||||||
"types": "./dist/src/index.d.ts",
|
"types": "./dist/src/index.d.ts",
|
||||||
|
"files": [
|
||||||
|
"dist/"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular/common": "5.0.1",
|
"@angular/common": "5.0.1",
|
||||||
"@angular/compiler": "5.0.1",
|
"@angular/compiler": "5.0.1",
|
||||||
|
Reference in New Issue
Block a user