Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uran1980 committed Mar 14, 2015
1 parent ac2cffb commit 32c57c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JqueryEssentialAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class JqueryEssentialAsset extends AssetBundle
{
public $sourcePath = '@uran/yii/assets/jQueryEssential/assets';
public $sourcePath = '@uran1980/yii/assets/jQueryEssential/assets';
public $js = [
// TODO
];
Expand Down
2 changes: 1 addition & 1 deletion ScrollToAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ScrollToAsset extends AssetBundle
{
public $sourcePath = '@uran/yii/assets/jQueryEssential/assets';
public $sourcePath = '@uran1980/yii/assets/jQueryEssential/assets';
public $js = [
'js/scrollTo.min.js',
];
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uran1980/yii2-jquery-essential",
"description": "An Yii2 jQuery Essential assets component.",
"version": "0.0.1",
"version": "0.0.2",
"type": "yii2-extension",
"keywords": [
"yii2-jquery-essential",
Expand Down

0 comments on commit 32c57c6

Please sign in to comment.