Skip to content

Commit

Permalink
Merge pull request #27 from hsnaydd/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hsnaydd committed Jun 28, 2019
2 parents e77647c + 843ee8d commit 6615171
Show file tree
Hide file tree
Showing 4 changed files with 980 additions and 527 deletions.
2 changes: 1 addition & 1 deletion dist/moveTo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* MoveTo - A lightweight scroll animation javascript library without any dependency.
* Version 1.8.1 (07-05-2019 23:39)
* Version 1.8.2 (28-06-2019 14:30)
* Licensed under MIT
* Copyright 2019 Hasan Aydoğdu <hsnaydd@gmail.com>
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/moveTo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moveto",
"version": "1.8.1",
"version": "1.8.2",
"description": "A lightweight scroll animation javascript library without any dependency.",
"main": "dist/moveTo.js",
"scripts": {
Expand Down Expand Up @@ -30,24 +30,27 @@
"url": "https://github.com/hsnaydd/moveTo/issues"
},
"homepage": "https://github.com/hsnaydd/moveTo#readme",
"engines": {
"node": ">=8.9.4"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"ava": "^1.4.1",
"babel-eslint": "^10.0.1",
"browser-sync": "^2.24.7",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"ava": "^2.1.0",
"babel-eslint": "^10.0.2",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"eslint": "^5.6.0",
"eslint-config-google": "^0.12.0",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-load-plugins": "^1.5.0",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jsdom": "15.0.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"lazypipe": "^1.0.1",
"run-sequence": "^2.2.1"
Expand Down

0 comments on commit 6615171

Please sign in to comment.