custom-antd
Advanced tools
+4
-0
@@ -8,2 +8,6 @@ /** | ||
| // export default Select; | ||
| /*export { Select} from './components/select/index'; | ||
| let MySelect = Select; | ||
| export default MySelect;*/ | ||
| export { default as MySelect } from './components/select/index'; |
+2
-2
| { | ||
| "name": "custom-antd", | ||
| "version": "0.0.9", | ||
| "version": "0.0.10", | ||
| "scripts": { | ||
@@ -16,3 +16,3 @@ "dist": "webpack ./webpack.config.js", | ||
| ], | ||
| "main": "dist/index.js", | ||
| "main": "dist/index.jsx", | ||
| "typings": "dist/index.d.ts", | ||
@@ -19,0 +19,0 @@ "repository": { |
8267
1.3%153
2%