Skip to content

Commit

Permalink
Added funding field to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 8, 2019
1 parent 6d44722 commit e853edc
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 207 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"tslint": "^5.18.0",
"typescript": "^3.4.5",
"typescript-json-schema": "^0.40.0",
"web-ext": "^3.1.1"
"web-ext": "^3.2.1"
},
"repository": {
"type": "git",
Expand All @@ -158,5 +158,10 @@
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"snyk": true
}
5 changes: 5 additions & 0 deletions packages/altair-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46"
}
5 changes: 5 additions & 0 deletions packages/altair-express-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"@types/express": "^4.11.1",
"typescript": "^2.8.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46"
}
5 changes: 5 additions & 0 deletions packages/altair-koa-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@
"devDependencies": {
"typescript": "^2.8.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46"
}
5 changes: 5 additions & 0 deletions packages/altair-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@
"devDependencies": {
"typescript": "^2.8.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46"
}
5 changes: 5 additions & 0 deletions packages/gatsby-plugin-altair-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
"dependencies": {
"altair-express-middleware": "^2.3.7"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/altair",
"logo": "https://opencollective.com/altair/logo.txt"
},
"gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46"
}

0 comments on commit e853edc

Please sign in to comment.