Skip to content

Commit

Permalink
remove version from file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonvictor committed Jun 26, 2014
1 parent 20aa8a6 commit e1cf0ef
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 249 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Notes:
First, import the rv fontsize js file:
``` html
<script type="text/javascript" src="js/store.min.js"></script><!-- store plugin required if "store : true"! -->
<script type="text/javascript" src="js/rv-jquery-fontsize-2.0.3.min.js"></script>
<script type="text/javascript" src="js/rv-jquery-fontsize.min.js"></script>
```

After that, call $.rvFontsize() with the desired options:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -6,7 +6,7 @@
"main": [
"./css/base.css",
"./css/rvfs.css",
"./js/rv-jquery-fontsize-2.0.3.js"
"./js/rv-jquery-fontsize.js"
],
"keywords": [
"fontsize",
Expand Down
237 changes: 0 additions & 237 deletions js/rv-jquery-fontsize-2.0.3.js

This file was deleted.

10 changes: 0 additions & 10 deletions js/rv-jquery-fontsize-2.0.3.min.js

This file was deleted.

0 comments on commit e1cf0ef

Please sign in to comment.