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 af1d07a commit d74f679Copy full SHA for d74f679
.npmignore
@@ -1,7 +1,16 @@
1
.babelrc
2
+.bumpedrc
3
.eslintignore
4
+.eslintrc.js
5
+.flowconfig
6
.github
7
+.nyc_output
8
+.travis.yml
9
examples
-src
10
+flow
11
+flow-typed
12
yarn.lock
13
+yarn-error.log
14
+yarn-debug.log
15
scripts
16
+src
package.json
@@ -76,6 +76,10 @@
76
"engines": {
77
"node": ">=6"
78
},
79
+ "files": [
80
+ "lib",
81
+ "module"
82
+ ],
83
"prettier": {
84
"bracketSpacing": true,
85
"singleQuote": true,
0 commit comments