Skip to content

Commit

Permalink
#190 Remove unused libraries and fix some dependency vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 14, 2019
1 parent b147bf3 commit 88081f2
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 7,468 deletions.
2 changes: 0 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"ng-storage": "^0.3.2",
"oclazyload": "^1.1.0",
"url": "^0.11.0"
},
"engines": {
Expand Down
1 change: 0 additions & 1 deletion www/src/app/index.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const App = angular.module('cortex', [
'ngSanitize',
'ngMessages',
'ngResource',
'oc.lazyLoad',
'ui.bootstrap',
'ui-notification',
'angularUtils.directives.dirPagination',
Expand Down
4 changes: 1 addition & 3 deletions www/src/app/index.vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import '@uirouter/angularjs';

import 'angular-resource';

import 'oclazyload';

import 'angular-sanitize';

import 'angular-messages';
Expand Down Expand Up @@ -47,4 +45,4 @@ import 'angular-input-masks';

import 'font-awesome/css/font-awesome.css';
import 'angular-ui-notification/dist/angular-ui-notification.css';
import 'css-spaces/dist/spaces.css';
import 'css-spaces/dist/spaces.css';
10 changes: 0 additions & 10 deletions www/src/app/pages/async-page-example/async.controller.js

This file was deleted.

27 changes: 0 additions & 27 deletions www/src/app/pages/async-page-example/async.html

This file was deleted.

11 changes: 0 additions & 11 deletions www/src/app/pages/async-page-example/async.module.js

This file was deleted.

4 changes: 0 additions & 4 deletions www/src/app/pages/async-page-example/async.scss

This file was deleted.

Loading

0 comments on commit 88081f2

Please sign in to comment.