Skip to content

Commit

Permalink
Merge pull request #16 from konami12/develop
Browse files Browse the repository at this point in the history
TEST: prueba
  • Loading branch information
konami12 committed May 3, 2018
2 parents cc8d717 + c4c7712 commit 535b4ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orcaslide",
"version": "0.4.3",
"version": "0.4.4",
"description": "Slide basico",
"main": "dist/source/",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion source/OrcaSlide.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Utils from "./Utils";

/**
* [OrcaSlide description]
* @extends Utils
*/
class OrcaSlide extends Utils {
/**
* Genera la transicion de los sliders.
Expand Down

0 comments on commit 535b4ac

Please sign in to comment.