Skip to content

Commit

Permalink
Flarum 1.0 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
justoverclockl committed Jun 5, 2021
1 parent 87ad4d8 commit 184566e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 356 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"name": "justoverclock/flarum-ext-pwgen",
"description": "Add a secure password generator to Signup Modal",
"keywords": [
"flarum"
"flarum",
"password generator",
"secure password"
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.16"
"flarum/core": "^1.0.0"
},
"require-dev": {
"flarum/testing": "^0.1.0-beta.16"
"flarum/testing": "^1.0.0"
},
"authors": [
{
Expand All @@ -36,7 +38,7 @@
}
},
"flagrow": {
"discuss": ""
"discuss": "https://discuss.flarum.org/d/27066-password-generator/"
}
}
}
150 changes: 1 addition & 149 deletions js/dist/admin.js

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

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

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

Loading

0 comments on commit 184566e

Please sign in to comment.