We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09a2987 + 4668e8f commit 6f98445Copy full SHA for 6f98445
β.changeset/swift-banks-happen.mdβ
@@ -0,0 +1,7 @@
1
+---
2
+"@naverpay/hidash": patch
3
4
+
5
+π fix wrong glob pattern
6
7
+PR: [π fix wrong glob pattern](https://github.com/NaverPayDev/hidash/pull/202)
βpackage.jsonβ
@@ -4,10 +4,14 @@
"description": "improved lodash",
"sideEffects": false,
"files": [
- "**/*.js",
8
- "**/*.mjs",
9
- "**/*.d.ts",
10
- "**/*.d.mts"
+ "*.js",
+ "*.mjs",
+ "*.d.ts",
+ "*.d.mts",
11
+ "internal/*.js",
12
+ "internal/*.mjs",
13
+ "internal/*.d.ts",
14
+ "internal/*.d.mts"
15
],
16
"exports": {
17
"./assign": {
0 commit comments