Skip to content

Commit 3efb9bf

Browse files
authored
bump dependencies, update readme, change repo name (#13)
1 parent 3900482 commit 3efb9bf

File tree

5 files changed

+2947
-2833
lines changed

5 files changed

+2947
-2833
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ import { BrowserModule } from '@angular/platform-browser';
6565
import { NgModule } from '@angular/core';
6666
import { AppComponent } from './app.component';
6767
import { FilestackModule } from '@filestack/angular';
68-
import { FilestackModule } from '@filestack/angular';
6968

7069
@NgModule({
7170
declarations: [

angular.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"projects/filestack-angular/tsconfig.lib.json",
3737
"projects/filestack-angular/tsconfig.spec.json"
3838
],
39-
"exclude": ["**/node_modules/**"]
39+
"exclude": [
40+
"**/node_modules/**"
41+
]
4042
}
4143
}
4244
}
@@ -65,7 +67,9 @@
6567
"projects/example/src/favicon.ico",
6668
"projects/example/src/assets"
6769
],
68-
"styles": ["projects/example/src/styles.scss"],
70+
"styles": [
71+
"projects/example/src/styles.scss"
72+
],
6973
"scripts": []
7074
},
7175
"configurations": {
@@ -120,7 +124,9 @@
120124
"projects/example/src/favicon.ico",
121125
"projects/example/src/assets"
122126
],
123-
"styles": ["projects/example/src/styles.css"],
127+
"styles": [
128+
"projects/example/src/styles.css"
129+
],
124130
"scripts": []
125131
}
126132
},
@@ -131,7 +137,9 @@
131137
"projects/example/tsconfig.app.json",
132138
"projects/example/tsconfig.spec.json"
133139
],
134-
"exclude": ["**/node_modules/**"]
140+
"exclude": [
141+
"**/node_modules/**"
142+
]
135143
}
136144
},
137145
"e2e": {
@@ -149,5 +157,8 @@
149157
}
150158
}
151159
},
152-
"defaultProject": "filestack-angular"
153-
}
160+
"defaultProject": "filestack-angular",
161+
"cli": {
162+
"analytics": false
163+
}
164+
}

0 commit comments

Comments
 (0)