We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22871f commit ed4bca5Copy full SHA for ed4bca5
.gitignore
@@ -31,3 +31,6 @@ flow-coverage/
31
.env.production.local
32
33
npm-debug.log*
34
+
35
+# IDE settings
36
+.idea
package.json
@@ -47,6 +47,15 @@
47
"preact",
48
"flow-typed"
49
],
50
+ "exports": {
51
+ ".": {
52
+ "import": "./dist/downshift.esm.js",
53
+ "require": "./dist/downshift.cjs.js"
54
+ },
55
+ "./react-native": {
56
+ "require": "./dist/downshift.native.cjs.js"
57
+ }
58
59
"keywords": [
60
"enhanced input",
61
"react",
0 commit comments