Skip to content

Commit

Permalink
build: replace npmignore with explicit files list
Browse files Browse the repository at this point in the history
Semver: patch
  • Loading branch information
mdeltito committed Apr 15, 2021
1 parent da609d7 commit 0e2058a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
12 changes: 0 additions & 12 deletions .npmignore

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"version": "3.0.4",
"description": "LogDNA's Node.js logging module with support for Winston",
"main": "index.js",
"files": [
"index.js",
"README.md",
"LICENSE"
],
"scripts": {
"lint": "eslint .",
"test": "tools/test.sh",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logdna/logdna-winston.git"
"url": "git+ssh://git@github.com/logdna/logdna-winston.git"
},
"keywords": [
"logdna",
Expand All @@ -26,7 +31,7 @@
"name": "LogDNA Inc.",
"email": "[email protected]"
},
"license": "MIT",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/logdna/logdna-winston/issues"
},
Expand Down

0 comments on commit 0e2058a

Please sign in to comment.