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.
2 parents fda9029 + 61e09ea commit 6ba4d50Copy full SHA for 6ba4d50
.npmignore
@@ -1,20 +1,24 @@
1
.eslintrc
2
-.nyc_output
3
-rollup.config.js
4
-.prettierrc
5
.git
+.github
+.nyc_output
6
.prettierignore
+.prettierrc
7
**/.git/
8
**/node_modules/
9
-yarn.lock
10
-/dev
+/.husky
+/.vscode
11
+/coverage
12
+/demos
13
+/develop
14
/docs
15
/public
-/coverage
-/.vscode
-/tests
16
+/src/tests
17
/temp
18
/templates
-/demos
19
-/src
20
-.github
+/tests
+babel.config.json
21
+jest-setup.js
22
+jest.config.js
23
+rollup.config.js
24
+yarn.lock
0 commit comments