Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
added .npmignore and bumped version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fillafer committed Sep 22, 2015
1 parent 03e982e commit c322142
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Logs
logs
*.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
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

.idea

.npmignore
.gitignore
test/resources/settings.json
nodeTest.js
travis
.travis.yml
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "bitcodin-node examples",
"author": "martin.fillafer@bitmovin.net",
"dependencies": {
"bitcodin": "^0.1.3",
"bitcodin": "^0.1.4",
"q": "^1.4.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcodin",
"version": "0.1.3",
"version": "0.1.4",
"description": "Bitcodin API wrapper",
"homepage": "https://github.com/bitmovin/bitcodin-node",
"main": "lib/bitcodin.js",
Expand Down

0 comments on commit c322142

Please sign in to comment.