normalize-scroll-left
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -85,2 +85,1 @@ "use strict"; | ||
exports.setNormalizedScrollLeft = setNormalizedScrollLeft; | ||
//# sourceMappingURL=main.js.map |
{ | ||
"name": "normalize-scroll-left", | ||
"description": "Utility library to determine and normalize Element.scrollLeft behavior", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": { | ||
@@ -28,3 +28,3 @@ "name": "Ali Taheri Moghaddar", | ||
"prepublishOnly": "npm run build", | ||
"lint": "tslint -e \"node_modules/**\" \"**/*.ts\"", | ||
"lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"", | ||
"test": "mocha --compilers ts:ts-node/register \"src/**/*.spec.ts\"" | ||
@@ -38,3 +38,3 @@ }, | ||
"@types/mocha": "^2.2.43", | ||
"@types/node": "^8.0.33", | ||
"@types/node": "^8.0.34", | ||
"chai": "^4.1.2", | ||
@@ -41,0 +41,0 @@ "mocha": "^4.0.1", |
9772
5