add npmignore and bump version manually

This commit is contained in:
David Dias
2016-04-14 10:19:54 +01:00
parent c74e2594f8
commit ba33f2ecd8
2 changed files with 36 additions and 1 deletions

35
.npmignore Normal file
View File

@@ -0,0 +1,35 @@
test
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history

View File

@@ -1,6 +1,6 @@
{
"name": "libp2p-swarm",
"version": "0.10.0",
"version": "0.10.1",
"description": "libp2p swarm implementation in JavaScript",
"main": "lib/index.js",
"jsnext:main": "src/index.js",