Commit fff9330 1 parent 7a36ea0 commit fff9330 Copy full SHA for fff9330
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
import type { Config } from 'automd'
2
2
3
3
const config : Config = {
4
- input : [ " README.md" , " **/*.md" ]
4
+ input : [ ' README.md' , ' **/*.md' ]
5
5
}
6
6
7
7
export default config
Original file line number Diff line number Diff line change 54
54
55
55
# Shelve
56
56
.shelve
57
+
58
+ # Coverage
59
+ coverage /
Original file line number Diff line number Diff line change 2
2
"name" : " default-repository" ,
3
3
"version" : " 0.0.3" ,
4
4
"private" : true ,
5
+ "type" : " module" ,
5
6
"description" : " default repository for HugoRCD" ,
6
7
"author" : " HugoRCD" ,
7
8
"funding" : " https://github.com/sponsors/HugoRCD" ,
24
25
"eslint" : " ^9.3.0" ,
25
26
"typescript" : " ^5.4.5" ,
26
27
"vitest" : " ^1.6.0"
28
+ },
29
+ "publishConfig" : {
30
+ "access" : " public"
27
31
}
28
32
}
You can’t perform that action at this time.
0 commit comments