Skip to content

Commit

Permalink
Adjusted the location of AuthChoice assets. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Aug 29, 2014
1 parent 83ee7c0 commit 5a1cf0f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions extensions/authclient/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "yii2-authclient",
"version": "2.0.0",
"homepage": "http:https://www.yiiframework.com/",
"authors": [
"Paul Klimov <[email protected]>"
],
"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"
}
}
2 changes: 1 addition & 1 deletion extensions/authclient/widgets/AuthChoiceAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class AuthChoiceAsset extends AssetBundle
{
public $sourcePath = '@yii/authclient/widgets/assets';
public $sourcePath = '@yii/authclient/assets';
public $js = [
'authchoice.js',
];
Expand Down
1 change: 1 addition & 0 deletions framework/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"!/LICENSE.md"
],
"dependencies": {
"jquery": ">=1.8",
"jquery.inputmask": ">=3.0.0",
"punycode": ">=1.3.0",
"yii2-pjax": ">=2.0.0"
Expand Down

0 comments on commit 5a1cf0f

Please sign in to comment.