Skip to content

Commit

Permalink
chore(META): add funding fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Nov 6, 2019
1 parent b9223b0 commit 0e43b86
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom/package.json
Expand Up @@ -85,6 +85,10 @@
"engines": {
"node": ">=0.10.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 4 additions & 0 deletions history/package.json
Expand Up @@ -40,6 +40,10 @@
"typescript": "=3.2.4",
"xstream": "11.x"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions html/package.json
Expand Up @@ -57,6 +57,10 @@
"engines": {
"node": ">=0.10.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 4 additions & 0 deletions http/package.json
Expand Up @@ -59,6 +59,10 @@
"typescript": "=3.2.4",
"xstream": "11.x"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions isolate/package.json
Expand Up @@ -47,6 +47,10 @@
"tslint": "^5.11.0",
"typescript": "=3.2.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"engines": {
"node": ">=0.10.0"
},
Expand Down
4 changes: 4 additions & 0 deletions most-run/package.json
Expand Up @@ -42,6 +42,10 @@
"typescript": "=3.2.4",
"xstream": "11.x"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions run/package.json
Expand Up @@ -47,6 +47,10 @@
"engines": {
"node": ">=0.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions rxjs-run/package.json
Expand Up @@ -49,6 +49,10 @@
"engines": {
"node": ">=0.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions state/package.json
Expand Up @@ -44,6 +44,10 @@
"tslint": "^5.11.0",
"typescript": "=3.2.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
Expand Down
4 changes: 4 additions & 0 deletions time/package.json
Expand Up @@ -39,6 +39,10 @@
"tslint": "^5.11.0",
"typescript": "=3.2.4"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cyclejs"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 0e43b86

Please sign in to comment.