Skip to content

Commit

Permalink
Merge pull request #18 from hsnaydd/develop
Browse files Browse the repository at this point in the history
Updated npm packages
  • Loading branch information
hsnaydd authored May 3, 2018
2 parents 5b2065e + ffd340b commit ce3b368
Show file tree
Hide file tree
Showing 4 changed files with 1,355 additions and 1,056 deletions.
4 changes: 2 additions & 2 deletions dist/moveTo.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* MoveTo - A lightweight scroll animation javascript library without any dependency.
* Version 1.7.1 (22-10-2017 02:28)
* Version 1.7.2 (03-05-2018 09:53)
* Licensed under MIT
* Copyright 2017 Hasan Aydoğdu <hsnaydd@gmail.com>
* Copyright 2018 Hasan Aydoğdu <hsnaydd@gmail.com>
*/

'use strict';
Expand Down
6 changes: 3 additions & 3 deletions dist/moveTo.min.js

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moveto",
"version": "1.7.1",
"version": "1.7.2",
"description": "A lightweight scroll animation javascript library without any dependency.",
"main": "dist/moveTo.js",
"scripts": {
Expand All @@ -27,25 +27,25 @@
},
"homepage": "https://github.com/hsnaydd/moveTo#readme",
"devDependencies": {
"ava": "^0.18.2",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"ava": "^0.25.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"eslint": "^3.16.1",
"eslint-config-google": "^0.7.1",
"browser-sync": "^2.24.2",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.5",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jsdom": "9.11.0",
"jsdom-global": "2.1.1",
"jsdom": "11.10.0",
"jsdom-global": "3.0.2",
"lazypipe": "^1.0.1",
"run-sequence": "^1.2.2"
"run-sequence": "^2.2.1"
},
"ava": {
"require": [
Expand Down
Loading

0 comments on commit ce3b368

Please sign in to comment.