We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414fac1 commit 509c002Copy full SHA for 509c002
.npmignore
@@ -1,29 +1,30 @@
1
-source
2
-**/_tests
3
-flow-typed
+.babelrc
+.editorconfig
+.flowconfig
4
+.jest
5
.vscode
-docs
6
-*.yml
7
*.lock
8
-.flowconfig
9
-.editorconfig
10
-.babelrc
11
-scripts
+*.yml
+**/_tests
+brew-distribution
+coverage
+dangerfile.circle.js
12
+dangerfile.flow.js
13
+dangerfile.lite.ts
14
dangerfile.ts
15
+docs
16
env
17
+flow-typed
18
jsconfig.json
-coverage
-.jest
-types
-tsconfig
19
+scripts
20
+source
21
test-results.json
22
test.json
-yarn-error.log
-dangerfile.circle.js
23
-dangerfile.flow.js
24
-dangerfile.lite.ts
25
tests.json
+tsconfig
26
tsconfig.json
27
tsconfig.production.json
28
tslint.json
+types
29
wallaby.js
30
+yarn-error.log
0 commit comments