Merge pull request #112 from matiu/feature/npm-ignore

add npm ignore
This commit is contained in:
Matias Alejo Garcia 2014-06-02 10:32:00 -03:00
commit a77d5a9cea
2 changed files with 40 additions and 1 deletions

39
.npmignore Normal file
View File

@ -0,0 +1,39 @@
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
tags
pids
logs
results
build
node_modules
# extras
*.swp
*.swo
*~
.project
peerdb.json
npm-debug.log
.nodemonignore
.DS_Store
db/txs/*
db/txs
db/testnet/txs/*
db/testnet/txs
db/blocks/*
db/blocks
db/testnet/blocks/*
db/testnet/blocks
README.html
k*

View File

@ -1,7 +1,7 @@
{
"name": "insight-bitcore-api",
"description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
"version": "0.2.2",
"version": "0.2.3",
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"