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 e1a21f4 commit d02fb45Copy full SHA for d02fb45
.npmignore
@@ -9,5 +9,4 @@ node_modules
9
!types/*.d.ts
10
.wireit/
11
docs/
12
-catalog/
13
-catalog/node_modules
+catalog/
package.json
@@ -33,7 +33,8 @@
33
"!**/test/**",
34
"!**/testing/**",
35
"!**/*_test.*",
36
- "!.wireit/**"
+ "!.wireit/**",
37
+ "!catalog"
38
],
39
"workspaces": [
40
".",
0 commit comments