Adam Bouqdib 11 år sedan
förälder
incheckning
7a2d973209
2 ändrade filer med 1 tillägg och 4 borttagningar
  1. 0 3
      .travis.yml
  2. 1 1
      example/example.html

+ 0 - 3
.travis.yml

@@ -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: [email protected]

+ 1 - 1
example/example.html

@@ -72,7 +72,7 @@
     <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>