Skip to content

Commit eceb14e

Browse files
committed
remove dependency from opencollective package
created own postinstall task
1 parent 3b511a4 commit eceb14e

File tree

5 files changed

+2675
-9311
lines changed

5 files changed

+2675
-9311
lines changed

Diff for: .bithoundrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore": [
33
"lib/**",
4-
"static/**"
4+
"static/**",
5+
"tasks"
56
]
67
}

Diff for: .codeclimate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ ratings:
2323
exclude_paths:
2424
- spec/
2525
- lib/**/*
26+
- tasks/

0 commit comments

Comments
 (0)