diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 2a0a416..0000000 --- a/.npmignore +++ /dev/null @@ -1,12 +0,0 @@ -*.log -npm-debug.log* -coverage -.nyc_output -*.tgz -.env -*.swp -*.vim -.npm -.tap-output -Jenkinsfile -tools diff --git a/package.json b/package.json index 920129d..b60c2c4 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,11 @@ "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", @@ -10,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/logdna/logdna-winston.git" + "url": "git+ssh://git@github.com/logdna/logdna-winston.git" }, "keywords": [ "logdna", @@ -26,7 +31,7 @@ "name": "LogDNA Inc.", "email": "help@logdna.com" }, - "license": "MIT", + "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/logdna/logdna-winston/issues" },