virtuallist-antd
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "virtuallist-antd", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table", | ||
@@ -25,18 +25,4 @@ "main": "./build/index.js", | ||
"@babel/core": "^7.7.4", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-decorators": "^7.7.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.7.4", | ||
"@babel/plugin-proposal-export-default-from": "^7.7.4", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.7.4", | ||
"@babel/plugin-proposal-function-bind": "^7.7.4", | ||
"@babel/plugin-proposal-function-sent": "^7.7.4", | ||
"@babel/plugin-proposal-json-strings": "^7.7.4", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", | ||
"@babel/plugin-proposal-numeric-separator": "^7.7.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.7.4", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.7.4", | ||
"@babel/plugin-proposal-throw-expressions": "^7.7.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.7.4", | ||
"@babel/plugin-syntax-import-meta": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
@@ -43,0 +29,0 @@ "@babel/preset-react": "^7.7.4", |
@@ -10,3 +10,3 @@ const path = require("path"); | ||
filename: "index.js", | ||
path: path.resolve(__dirname, "./build"), | ||
path: path.resolve(__dirname, "build"), | ||
@@ -13,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
19
16616