Skip to content

Commit

Permalink
Task: updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cejast authored and cejast committed Feb 12, 2016
1 parent 440cd21 commit a24532e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
coverage
*.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ceych",
"version": "1.0.0",
"version": "1.0.1",
"description": "Wraps any asynchronous function and provides caching of the result",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a24532e

Please sign in to comment.