mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Add explicit files list to package.json (#1951)
This commit is contained in:
parent
caa6517999
commit
cd66c0b261
10
.npmignore
10
.npmignore
@ -1,10 +0,0 @@
|
||||
*~
|
||||
build/
|
||||
.lock-wscript
|
||||
*.log
|
||||
node_modules/
|
||||
script/
|
||||
*.swp
|
||||
test/
|
||||
.travis.yml
|
||||
ci_scripts/
|
||||
@ -43,6 +43,10 @@
|
||||
"scripts": {
|
||||
"test": "make test-all"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"SPONSORS.md"
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 4.5.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user