Skip to content

Commit

Permalink
Updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-wieschollek committed Jul 4, 2018
1 parent 5d9a732 commit 2f92d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {},
"devDependencies": {
"blueimp-gallery": "^2.33.0",
"codeceptjs": "^1.3.0",
"codeceptjs": "^1.3.1",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"csv-hero": "^0.0.3",
Expand Down
3 changes: 2 additions & 1 deletion src/lib/Migration/DatabaseObjectRepair.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @package OCA\Passwords\Migration
*/
class DatabaseObjectRepair implements IRepairStep {

/**
* @var TagModelRepair
*/
Expand Down Expand Up @@ -89,7 +90,7 @@ public function __construct(
* @since 9.1.0
*/
public function getName(): string {
return 'Repair Database Objects';
return 'Repair Passwords Database Objects';
}

/**
Expand Down

0 comments on commit 2f92d2e

Please sign in to comment.