react-functional-select
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1,2 +0,1 @@ | ||
import Select from './Select'; | ||
import * as Types from './types'; | ||
@@ -6,2 +5,2 @@ export declare type Theme = Types.Theme; | ||
export declare type SelectProps = Types.SelectProps; | ||
export { Select }; | ||
export { default as Select } from './Select'; |
{ | ||
"name": "react-functional-select", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"author": "Matt Areddia <mareddia@protonmail.com> (https://github.com/based-ghost/)", | ||
"description": "Miro-sized and micro-optimized select component for React.js", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"main": "./dist/index.cjs.js", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -58,3 +59,3 @@ "dist" | ||
"@types/jest": "^24.0.23", | ||
"@types/node": "^12.12.17", | ||
"@types/node": "^12.12.18", | ||
"@types/react": "^16.9.16", | ||
@@ -64,4 +65,4 @@ "@types/react-dom": "^16.9.4", | ||
"@types/styled-components": "^4.4.1", | ||
"@typescript-eslint/eslint-plugin": "^2.11.0", | ||
"@typescript-eslint/parser": "^2.11.0", | ||
"@typescript-eslint/eslint-plugin": "^2.12.0", | ||
"@typescript-eslint/parser": "^2.12.0", | ||
"babel-jest": "^24.9.0", | ||
@@ -99,3 +100,3 @@ "babel-loader": "^8.0.6", | ||
"typescript": "^3.7.3", | ||
"webpack": "^4.41.2" | ||
"webpack": "^4.41.3" | ||
}, | ||
@@ -102,0 +103,0 @@ "peerDependencies": { |
@@ -34,3 +34,3 @@ # react-functional-select | ||
- [Demo](https://based-ghost.github.io/react-functional-select/) | ||
- [Source code](./__stories__) | ||
- [Stories source code](./__stories__) | ||
@@ -37,0 +37,0 @@ #### Condensed 0-Single.story.tsx |
146846
3347