Skip to content

Commit d9df5f5

Browse files
committed
Remove open collective
1 parent 840143b commit d9df5f5

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
},
2626
"lint-staged": {
2727
"*.{json,md,scss,less,yaml,yml}": [
28-
"prettier --write",
29-
"git add"
28+
"prettier --write"
3029
]
3130
},
3231
"husky": {
@@ -41,14 +40,6 @@
4140
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z",
4241
"fix": "yarn prettier --write",
4342
"prettier": "prettier \"**/*.{json,md,scss,less,yaml,yml}\"",
44-
"test": "yarn prettier --list-different",
45-
"postinstall": "opencollective-postinstall || true"
46-
},
47-
"dependencies": {
48-
"opencollective-postinstall": "2.0.2"
49-
},
50-
"collective": {
51-
"type": "opencollective",
52-
"url": "https://opencollective.com/lipis"
43+
"test": "yarn prettier --list-different"
5344
}
5445
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ onetime@^5.1.0:
19601960
dependencies:
19611961
mimic-fn "^2.1.0"
19621962

1963-
opencollective-postinstall@2.0.2, opencollective-postinstall@^2.0.2:
1963+
opencollective-postinstall@^2.0.2:
19641964
version "2.0.2"
19651965
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
19661966
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==

0 commit comments

Comments
 (0)