Skip to content

Commit

Permalink
Update to the latest octokit rest
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 19, 2018
1 parent 016e97a commit cd502c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"link": "yarn run build && chmod +x distribution/commands/danger.js && npm link",
"declarations": "ts-node ./scripts/create-danger-dts.ts",
"docs:cp_defs":
"mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; cp node_modules/github/lib/index.d.ts docs/docs_generate/github.d.ts",
"mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; cp node_modules/@octokit/rest/index.d.ts docs/docs_generate/github.d.ts",
"docs":
"yarn run docs:cp_defs; yarn typedoc --ignoreCompilerErrors --mode modules --json docs/js_ref_dsl_docs.json --includeDeclarations source",
"dts-lint": "yarn run declarations && yarn dtslint types"
Expand Down Expand Up @@ -102,12 +102,12 @@
"typescript": "^2.6.2"
},
"dependencies": {
"@octokit/rest": "^14.0.3",
"babel-polyfill": "^6.23.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"debug": "^3.1.0",
"get-stdin": "^5.0.1",
"@octokit/rest": "^14.0.0",
"hyperlinker": "^1.0.0",
"jsome": "^2.3.25",
"json5": "^0.5.1",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@octokit/rest@^14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-14.0.0.tgz#29386f85d80ea3b3018b501bd7a98fa94c9e05fb"
"@octokit/rest@^14.0.3":
version "14.0.3"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-14.0.3.tgz#960b6ba2ed932273978c30c6df9ec9ef0f7fbb60"
dependencies:
before-after-hook "^1.1.0"
debug "^3.1.0"
Expand Down

0 comments on commit cd502c3

Please sign in to comment.