dynamic-virtual-scroller
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -16,2 +16,3 @@ "main": "virtual-scroller.js", | ||
"babel-preset-env": "^1.4.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"describefn": "^1.0.1", | ||
@@ -21,8 +22,8 @@ "webpack": "^2.5.1" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build:css": "cp ./src/css/virtual-scroller.css ./dist/virtual-scroller.css", | ||
"build:js": "webpack", | ||
"build": "npm run build:css && npm run build:js", | ||
"watch:js": "webpack --watch", | ||
"dev": "npm run build:css && npm run watch:js" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build:css": "cp ./src/css/virtual-scroller.css ./dist/virtual-scroller.css", | ||
"build:js": "webpack", | ||
"build": "npm run build:css && npm run build:js", | ||
"watch:js": "webpack --watch", | ||
"dev": "npm run build:css && npm run watch:js" | ||
}, | ||
@@ -29,0 +30,0 @@ "repository": { |
@@ -9,5 +9,10 @@ module.exports = { | ||
loaders: [ | ||
{loader: 'babel-loader'} | ||
{ | ||
loader: 'babel-loader', | ||
query: { | ||
presets: ['es2015'] | ||
} | ||
} | ||
] | ||
} | ||
}; |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
311141
6
3303