Skip to content

Commit

Permalink
npm: Move opencollective to package.oc.json (ory#1324)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Scholzen (DASPRiD) <[email protected]>
  • Loading branch information
DASPRiD authored and aeneasr committed Mar 27, 2019
1 parent 5b8549a commit 9c19d85
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 303 deletions.
13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,10 @@
"description": "The official JavaScript / NodeJS SDK for ORY Hydra.",
"license": "Apache-2.0",
"main": "sdk/js/swagger/src/index.js",
"scripts": {
"postinstall": "opencollective postinstall"
},
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0"
},
"devDependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ory-hydra",
"logo": "https://opencollective.com/ory-hydra/logo.txt"
}
}
}
17 changes: 17 additions & 0 deletions package.oc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "@oryd/hydra",
"version": "0.0.0",
"description": "The official JavaScript / NodeJS SDK for ORY Hydra.",
"license": "Apache-2.0",
"scripts": {
"postinstall": "opencollective postinstall"
},
"dependencies": {
"opencollective": "^1.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ory-hydra",
"logo": "https://opencollective.com/ory-hydra/logo.txt"
}
}
Loading

0 comments on commit 9c19d85

Please sign in to comment.