Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia committed Jun 28, 2014
1 parent 19c6a22 commit 7a2d973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,6 @@ node_js:
before_install:
- npm install -g npm
- npm install -g grunt-cli
after_success:
- npm install bower
- bower publish
deploy:
provider: npm
email: adam@abemedia.co.uk
Expand Down
2 changes: 1 addition & 1 deletion example/example.html
Expand Up @@ -72,7 +72,7 @@ <h2>Scale &amp; skew them...</h2>
<h2>Mix it up!</h2>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../src/jquery.smoove.js"></script>
<script src="../dist/jquery.smoove.js"></script>
<script>$('.block').smoove({offset:'40%'});</script>
</body>
</html>

0 comments on commit 7a2d973

Please sign in to comment.