Skip to content

Commit

Permalink
v.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jan 12, 2016
1 parent 149327e commit f1d15b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 184 deletions.
181 changes: 0 additions & 181 deletions dist/old.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "scrollto-with-animation",
"version": "1.7.0",
"version": "2.0.0",
"description": "Animated scrolling without any dependency on libraries",
"main": "src/scrollto-with-animation.js",
"main": "dist/bundle.js",
"scripts": {
"open": "chromium-browser index.html",
"dev": "npm run watch && npm run open",
"watch": "watchify -t babelify src/AnimatedScrollTo.js -o dist/bundle.js",
"start": "npm run watch && npm run open",
"prepublish": "npm run compile",
"compile": "browserify src/AnimatedScrollTo.js -o dist/bundle.js -t [ babelify ]"
},
Expand Down

0 comments on commit f1d15b8

Please sign in to comment.