Comparing version 1.7.3 to 1.7.4
/*! | ||
* MoveTo - A lightweight scroll animation javascript library without any dependency. | ||
* Version 1.7.3 (03-05-2018 10:05) | ||
* Version 1.7.4 (28-09-2018 16:02) | ||
* Licensed under MIT | ||
@@ -5,0 +5,0 @@ * Copyright 2018 Hasan Aydoğdu <hsnaydd@gmail.com> |
/*! | ||
* MoveTo - A lightweight scroll animation javascript library without any dependency. | ||
* Version 1.7.3 (03-05-2018 10:05) | ||
* Version 1.7.4 (28-09-2018 16:02) | ||
* Licensed under MIT | ||
@@ -5,0 +5,0 @@ * Copyright 2018 Hasan Aydoğdu <hsnaydd@gmail.com> |
{ | ||
"name": "moveto", | ||
"version": "1.7.3", | ||
"version": "1.7.4", | ||
"description": "A lightweight scroll animation javascript library without any dependency.", | ||
@@ -32,16 +32,16 @@ "main": "dist/moveTo.js", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-eslint": "^10.0.1", | ||
"babel-preset-es2015": "^6.22.0", | ||
"browser-sync": "^2.24.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-google": "^0.9.1", | ||
"browser-sync": "^2.24.7", | ||
"eslint": "^5.6.0", | ||
"eslint-config-google": "^0.10.0", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^7.0.1", | ||
"gulp-eslint": "^4.0.2", | ||
"gulp-eslint": "^5.0.0", | ||
"gulp-header": "^2.0.5", | ||
"gulp-load-plugins": "^1.5.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-uglify": "^3.0.0", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-uglify": "^3.0.1", | ||
"gulp-util": "^3.0.8", | ||
"jsdom": "11.10.0", | ||
"jsdom": "12.0.0", | ||
"jsdom-global": "3.0.2", | ||
@@ -48,0 +48,0 @@ "lazypipe": "^1.0.1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227735
17