There was an error while loading. Please reload this page.
1 parent 783ab36 commit 732c767Copy full SHA for 732c767
1 file changed
packages/moonscratch/package.json
@@ -2,13 +2,18 @@
2
"name": "moonscratch",
3
"type": "module",
4
"module": "js/index.ts",
5
- "version": "0.1.1",
+ "version": "0.1.0",
6
"exports": {
7
".": {
8
"import": "./dist/index.mjs",
9
"types": "./dist/index.d.mts"
10
}
11
},
12
+ "files": [
13
+ "dist",
14
+ "LICENSE",
15
+ "README.md"
16
+ ],
17
"repository": {
18
"url": "https://github.com/pnsk-lab/hikkaku",
19
"type": "git",
0 commit comments