Skip to content
This repository was archived by the owner on Apr 18, 2021. It is now read-only.

Commit 6e325c2

Browse files
committed
CI: test CI script
1 parent 41f58b8 commit 6e325c2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-node@v2
10+
with:
11+
registry-url: https://registry.npmjs.org
1012
- id: check
1113
uses: EndBug/version-check@v1
1214
with:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-winston-logging-plugin",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "npm package template",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,14 +12,14 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/alias-rahil/echo.git"
15+
"url": "git+https://github.com/alias-rahil/apollo-winston-logging-plugin.git"
1616
},
1717
"author": "alias-rahil",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/alias-rahil/echo/issues"
20+
"url": "https://github.com/alias-rahil/apollo-winston-logging-plugin/issues"
2121
},
22-
"homepage": "https://github.com/alias-rahil/echo#readme",
22+
"homepage": "https://github.com/alias-rahil/apollo-winston-logging-plugin#readme",
2323
"husky": {
2424
"hooks": {
2525
"pre-commit": "npm run lint"

0 commit comments

Comments
 (0)