seamless-scroll-polyfill
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -5,3 +5,3 @@ { | ||
"description": "Smooth Scroll behavior polyfill", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": { | ||
@@ -22,11 +22,10 @@ "name": "Dustan Kasten", | ||
"@babel/core": "^7.0.0-beta.51", | ||
"ava": "1.0.0-beta.6", | ||
"ava": "1.0.0-beta.8", | ||
"babel-minify": "^0.4.3", | ||
"babel-preset-minify": "^0.4.3", | ||
"lint-staged": "^6.1.1", | ||
"lodash.clonedeep": "^4.5.0", | ||
"prettier": "^1.13.5", | ||
"rollup": "^0.61.2", | ||
"rollup-plugin-babel": "^4.0.0-beta.5", | ||
"rollup-plugin-typescript2": "^0.15.1", | ||
"prettier": "^1.13.7", | ||
"rollup": "^0.65.0", | ||
"rollup-plugin-babel": "^4.0.0-beta.7", | ||
"rollup-plugin-typescript2": "^0.17.0", | ||
"ts-node": "^7.0.0", | ||
@@ -36,3 +35,3 @@ "tslint": "^5.10.0", | ||
"tslint-plugin-prettier": "^1.3.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.0.1" | ||
}, | ||
@@ -50,3 +49,2 @@ "main": "dist/seamless.js", | ||
"test": "ava -v", | ||
"precommit": "lint-staged", | ||
"build": "rollup -c rollup.config.js", | ||
@@ -56,13 +54,5 @@ "listdiff": "prettier --list-different {src,test}/**/*.{js,ts}", | ||
}, | ||
"lint-staged": { | ||
"linters": { | ||
"{src,test}/**/*.{js,ts}": [ | ||
"prettier --list-different", | ||
"git add" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hufan-akari/seamless-scroll-polyfill.git" | ||
"url": "git+https://github.com/magic-akari/seamless-scroll-polyfill.git" | ||
}, | ||
@@ -77,5 +67,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/hufan-akari/seamless-scroll-polyfill/issues" | ||
"url": "https://github.com/magic-akari/seamless-scroll-polyfill/issues" | ||
}, | ||
"homepage": "https://github.com/hufan-akari/seamless-scroll-polyfill" | ||
"homepage": "https://github.com/magic-akari/seamless-scroll-polyfill" | ||
} |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://travis-ci.org/hufan-akari/seamless-scroll-polyfill.svg?branch=master)](https://travis-ci.org/hufan-akari/seamless-scroll-polyfill) | ||
[![Build Status](https://travis-ci.org/magic-akari/seamless-scroll-polyfill.svg?branch=master)](https://travis-ci.org/magic-akari/seamless-scroll-polyfill) | ||
@@ -3,0 +3,0 @@ This repo is forked from [iamdustan/smoothscroll](https://github.com/iamdustan/smoothscroll). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
215748
14