Skip to content

Commit 866032c

Browse files
committed
explicit files in package.json
1 parent e63f8c0 commit 866032c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
"type": "git",
2323
"url": "git+https://github.com/WebReflection/flatted.git"
2424
},
25+
"files": [
26+
"LICENSE",
27+
"README.md",
28+
"cjs/",
29+
"es.js",
30+
"esm.js",
31+
"esm/",
32+
"index.js",
33+
"min.js",
34+
"php/flatted.php",
35+
"python/flatted.py",
36+
"types/"
37+
],
2538
"keywords": [
2639
"circular",
2740
"JSON",

0 commit comments

Comments
 (0)