Browse Source

add npmignore

pull/123/head
butlerx 7 years ago
committed by cbutler
parent
commit
4209f0e5f4
No known key found for this signature in database GPG Key ID: 9EB3D625BD14DDEC
  1. 21
      .npmignore
  2. 7
      package.json

21
.npmignore

@ -0,0 +1,21 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
tmp
pids
logs
results
npm-debug.log
node_modules/*
.esm-cache
src
*.yml
Dockerfile
*.png

7
package.json

@ -13,13 +13,6 @@
"url": "https://github.com/butlerx/wetty/issues"
},
"main": "index.js",
"files": [
"bin",
"public",
"app.js",
"cli.js",
"wetty.js"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",

Loading…
Cancel
Save