Skip to content

Commit 732c767

Browse files
committed
fix
1 parent 783ab36 commit 732c767

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/moonscratch/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22
"name": "moonscratch",
33
"type": "module",
44
"module": "js/index.ts",
5-
"version": "0.1.1",
5+
"version": "0.1.0",
66
"exports": {
77
".": {
88
"import": "./dist/index.mjs",
99
"types": "./dist/index.d.mts"
1010
}
1111
},
12+
"files": [
13+
"dist",
14+
"LICENSE",
15+
"README.md"
16+
],
1217
"repository": {
1318
"url": "https://github.com/pnsk-lab/hikkaku",
1419
"type": "git",

0 commit comments

Comments
 (0)