diff options
Diffstat (limited to 'angular.json')
| -rw-r--r-- | angular.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/angular.json b/angular.json index 176bfca..a3e010b 100644 --- a/angular.json +++ b/angular.json @@ -28,12 +28,9 @@ "apps/me/src/assets" ], "styles": [ - "semantic/dist/semantic.min.css", "apps/me/src/styles.scss" ], - "scripts": [ - "semantic/dist/semantic.min.js" - ] + "scripts": [] }, "configurations": { "production": { |