Skip to content

Commit 2e794ab

Browse files
authored
Merge pull request #10 from EGAMAGZ/development
Excluded unnecesary files for package
2 parents 0dc6a42 + 5d09e46 commit 2e794ab

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

deno.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@egamagz/paska-ovo",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"exports": "./mod.ts",
55
"lock": false,
66
"compilerOptions": {
@@ -12,10 +12,17 @@
1212
]
1313
},
1414
"imports": {
15-
"@std/testing": "https://deno.land/[email protected]/assert/mod.ts",
16-
"@/": "./src/"
15+
"@/": "./src/",
16+
"@std/testing": "https://deno.land/[email protected]/assert/mod.ts"
1717
},
1818
"tasks": {
1919
"doc": "deno doc --html --name='Paska Ovo' src"
20+
},
21+
"publish": {
22+
"exclude": [
23+
"example",
24+
"test",
25+
".github"
26+
]
2027
}
2128
}

0 commit comments

Comments
 (0)