Skip to content

Commit

Permalink
Remove unused angular-clipboard dependency (#1877)
Browse files Browse the repository at this point in the history
`angular-clipboard` appears to be unused, so I have deleted it.
  • Loading branch information
williamjallen committed Dec 13, 2023
1 parent 36a9cac commit c062f14
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion app/cdash/public/js/cdash_angular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var CDash = angular
.module('CDash', [
'angular-clipboard',
'ngAnimate',
'ngFileUpload',
'ui.sortable',
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.4.7",
"angular-clipboard": "^1.5.0",
"angular-ui-bootstrap": "^2.0.0",
"angular-ui-sortable": "^0.14.3",
"ansi_up": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ mix.scripts([
'public/js/je_compare.js',
'node_modules/angular/angular.min.js',
'node_modules/angular-animate/angular-animate.min.js',
'node_modules/angular-clipboard/angular-clipboard.js',
'node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js',
'node_modules/angular-ui-sortable/dist/sortable.js',
'node_modules/ansi_up/ansi_up.js',
Expand Down

0 comments on commit c062f14

Please sign in to comment.