Skip to content

Commit

Permalink
remove lib from .gitignore + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OronNadiv committed Jul 7, 2016
1 parent 1ef12ce commit 5acac40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
coverage
lib
node_modules
*.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfs-as-promised",
"version": "1.0.0",
"version": "1.0.1",
"description": "Breadth-first search (BFS) using promise (Bluebird)",
"main": "lib/bfs.js",
"keywords": [
Expand Down

0 comments on commit 5acac40

Please sign in to comment.