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

Commit 41f58b8

Browse files
committed
CI: test CI script
1 parent 5380fc8 commit 41f58b8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-winston-logging-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "npm package template",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
export default function echo(arg: any) {
1+
function echo(arg: unknown) {
22
return arg;
33
}
4+
5+
export default echo;

0 commit comments

Comments
 (0)