Skip to content

Commit

Permalink
Switching to GitHub Package Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Jul 11, 2019
1 parent 6924c53 commit 439da3e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pino-stackdriver
# @binxhealth/pino-stackdriver
> A utility that makes express-[pino][pinoUrl] logs StackDriver-compatible
## Installation

```console
npm install @binxhealth/pino-stackdriver --save
yarn add @binxhealth/pino-stackdriver --dev
```

## Usage
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"url": "https://github.com/binxhealth/pino-stackdriver/issues"
},
"homepage": "https://github.com/binxhealth/pino-stackdriver#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"fast-json-parse": "^1.0.3",
"fast-json-stringify": "^1.15.3",
Expand All @@ -34,7 +37,7 @@
"@ianwalter/bff": "^6.1.0",
"@ianwalter/eslint-config": "^2.0.1",
"execa": "^2.0.0",
"np": "^5.0.3"
"np": "ianwalter/np#2fa-external-registry"
},
"eslintConfig": {
"root": true,
Expand Down
6 changes: 2 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ cheerio@^1.0.0-rc.2:

chromafi@ianwalter/chromafi:
version "2.1.0"
uid "5fc4e4335f56501152bfa339f7e7c1f2c785959c"
resolved "https://codeload.github.com/ianwalter/chromafi/tar.gz/5fc4e4335f56501152bfa339f7e7c1f2c785959c"
dependencies:
ansi-mark "^1.0.0"
Expand Down Expand Up @@ -2851,10 +2850,9 @@ normalize-url@^4.1.0:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.3.0.tgz#9c49e10fc1876aeb76dba88bf1b2b5d9fa57b2ee"
integrity sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ==

np@^5.0.3:
np@ianwalter/np#2fa-external-registry:
version "5.0.3"
resolved "https://registry.yarnpkg.com/np/-/np-5.0.3.tgz#69e160850d7c89a644b3917e2728eee50de88609"
integrity sha512-j8tK6bqKANlZry+chd4LotCBSOuQpCnmSUVk5KOA1AfGu/GmIFE6lPwrkhEX3VkOFsZLW2C3+UmWZYVnMyyCbw==
resolved "https://codeload.github.com/ianwalter/np/tar.gz/a4e12aca3d586df2637ee77376c50693c114bd60"
dependencies:
"@samverschueren/stream-to-observable" "^0.3.0"
any-observable "^0.3.0"
Expand Down

0 comments on commit 439da3e

Please sign in to comment.