Skip to content

Commit

Permalink
Only publish relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasOlla committed Oct 31, 2024
1 parent ad84d57 commit 9667721
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/test
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@bonniernews/logger",
"version": "0.0.1",
"version": "0.0.2",
"description": "Some simple functions to use Trace Context for correlating logs",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint .",
Expand Down

0 comments on commit 9667721

Please sign in to comment.