Commit 5a1cf0f3 by Qiang Xue

Adjusted the location of AuthChoice assets. [skip ci]

parent 83ee7c09
{
"name": "yii2-authclient",
"version": "2.0.0",
"homepage": "http://www.yiiframework.com/",
"authors": [
"Paul Klimov <klimov.paul@gmail.com>"
],
"description": "External authentication via OAuth and OpenID for the Yii framework",
"keywords": ["yii2", "authclient", "OAuth", "OpenID", "auth"],
"license": "BSD-3-Clause",
"main": [
"assets/authchoice.js",
"assets/authchoice.css"
],
"ignore": [
"/*",
"!/assets"
],
"dependencies": {
"jquery": ">=1.8"
}
}
...@@ -17,7 +17,7 @@ use yii\web\AssetBundle; ...@@ -17,7 +17,7 @@ use yii\web\AssetBundle;
*/ */
class AuthChoiceAsset extends AssetBundle class AuthChoiceAsset extends AssetBundle
{ {
public $sourcePath = '@yii/authclient/widgets/assets'; public $sourcePath = '@yii/authclient/assets';
public $js = [ public $js = [
'authchoice.js', 'authchoice.js',
]; ];
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
"!/LICENSE.md" "!/LICENSE.md"
], ],
"dependencies": { "dependencies": {
"jquery": ">=1.8",
"jquery.inputmask": ">=3.0.0", "jquery.inputmask": ">=3.0.0",
"punycode": ">=1.3.0", "punycode": ">=1.3.0",
"yii2-pjax": ">=2.0.0" "yii2-pjax": ">=2.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment