get-scroll-info
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -62,2 +62,4 @@ 'use strict'; | ||
scrollHeight: scrollHeight, | ||
scrollNodeWidth: w, | ||
scrollNodeHeight: h, | ||
@@ -64,0 +66,0 @@ top: scrollTop, |
{ | ||
"name": "get-scroll-info", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Get Scroll Information", | ||
"repository": "react-atomic/react-atomic-organism", | ||
"main": "./build/src/index.js", | ||
"keywords": [ ], | ||
"keywords": [], | ||
"author": "Hill <hill@kimo.com>", | ||
"license": "MIT", | ||
"dependencies": { }, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"babel-cli": "^6.7.5", | ||
"babel-core": "^6.7.5", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-plugin-transform-object-assign": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-loader": "^6.2.5", | ||
"webpack": "^1.13.0" | ||
"babel-cli": "^6.7.5" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf build && BABEL_ENV=build babel src -d build/src", | ||
"prepublish": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -25,0 +18,0 @@ "files": [ |
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
1
66
2796