File tree Expand file tree Collapse file tree 5 files changed +21
-0
lines changed
Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " MDIP cipher lib" ,
55 "type" : " module" ,
6+ "files" : [
7+ " dist"
8+ ],
69 "types" : " ./dist/types" ,
710 "exports" : {
811 "./node" : {
1922 }
2023 },
2124 "scripts" : {
25+ "clean" : " rm -rf dist" ,
2226 "build" : " tsc -p tsconfig.json" ,
2327 "test" : " echo \" Error: no test specified\" && exit 1"
2428 },
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " MDIP common" ,
55 "type" : " module" ,
6+ "files" : [
7+ " dist"
8+ ],
9+ "types" : " ./dist/types" ,
610 "exports" : {
711 "./utils" : {
812 "import" : " ./dist/utils.js" ,
1418 }
1519 },
1620 "scripts" : {
21+ "clean" : " rm -rf dist" ,
1722 "build" : " tsc -p tsconfig.json" ,
1823 "test" : " echo \" Error: no test specified\" && exit 1"
1924 },
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " MDIP Gatekeeper" ,
55 "type" : " module" ,
6+ "files" : [
7+ " dist"
8+ ],
69 "types" : " ./dist/types" ,
710 "exports" : {
811 "." : {
3942 }
4043 },
4144 "scripts" : {
45+ "clean" : " rm -rf dist" ,
4246 "build" : " tsc -p tsconfig.json" ,
4347 "test" : " echo \" Error: no test specified\" && exit 1"
4448 },
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " MDIP IPFS lib" ,
55 "type" : " module" ,
6+ "files" : [
7+ " dist"
8+ ],
69 "types" : " ./dist/types" ,
710 "exports" : {
811 "./helia" : {
2326 }
2427 },
2528 "scripts" : {
29+ "clean" : " rm -rf dist" ,
2630 "build" : " tsc -p tsconfig.json" ,
2731 "test" : " echo \" Error: no test specified\" && exit 1"
2832 },
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " MDIP Keymaster" ,
55 "type" : " module" ,
6+ "files" : [
7+ " dist"
8+ ],
69 "types" : " ./dist/types" ,
710 "exports" : {
811 "." : {
5962 }
6063 },
6164 "scripts" : {
65+ "clean" : " rm -rf dist" ,
6266 "build" : " tsc -p tsconfig.json" ,
6367 "test" : " echo \" Error: no test specified\" && exit 1"
6468 },
You can’t perform that action at this time.
0 commit comments