Comparing version 1.8.1 to 1.8.2
/*! | ||
* 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 | ||
@@ -5,0 +5,0 @@ * Copyright 2019 Hasan Aydoğdu <hsnaydd@gmail.com> |
/*! | ||
* 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 | ||
@@ -5,0 +5,0 @@ * Copyright 2019 Hasan Aydoğdu <hsnaydd@gmail.com> |
{ | ||
"name": "moveto", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "A lightweight scroll animation javascript library without any dependency.", | ||
@@ -33,11 +33,14 @@ "main": "dist/moveTo.js", | ||
"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", | ||
@@ -47,7 +50,7 @@ "gulp-babel": "^8.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", | ||
@@ -54,0 +57,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
36178
18