Skip to content

Commit b0b3de0

Browse files
committed
chore: changed the opencollective cli to light
1 parent 589a573 commit b0b3de0

File tree

2 files changed

+7
-194
lines changed

2 files changed

+7
-194
lines changed

Diff for: package-lock.json

+4-189
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@
3939
"build": "rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
4040
"pub:next": "cross-env RELEASE_TAG=next sh build/release.sh",
4141
"pub": "sh build/release.sh",
42-
"postinstall": "opencollective postinstall"
42+
"postinstall": "opencollective-postinstall"
4343
},
4444
"dependencies": {
4545
"marked": "^0.7.0",
4646
"medium-zoom": "^1.0.4",
47+
"opencollective-postinstall": "^2.0.2",
4748
"prismjs": "^1.15.0",
4849
"tinydate": "^1.0.0",
4950
"tweezer.js": "^1.4.0"
@@ -64,7 +65,6 @@
6465
"mkdirp": "^0.5.1",
6566
"mocha": "^5.2.0",
6667
"npm-run-all": "^4.1.5",
67-
"opencollective": "^1.0.3",
6868
"rimraf": "^3.0.0",
6969
"rollup": "^1.23.1",
7070
"rollup-plugin-async": "^1.2.0",
@@ -83,8 +83,6 @@
8383
"generator"
8484
],
8585
"collective": {
86-
"type": "opencollective",
87-
"url": "https://opencollective.com/docsify",
88-
"logo": "https://docsify.js.org/_media/icon.svg"
86+
"url": "https://opencollective.com/docsify"
8987
}
9088
}

0 commit comments

Comments
 (0)