Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hefangshi committed Jan 13, 2015
1 parent 07814ba commit 1e8d057
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/.idea

# Logs
logs
*.log
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"istanbul": "~0.2.14",
"mocha": "~1.20.1",
"supertest": "^0.15.0",
"swig": "1.3.2",
"yog2-kernel": "*",
"yog-bigpipe": "*",
"yog-view": "*"
Expand Down
3 changes: 2 additions & 1 deletion test/ut/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ describe('tags', function () {
});
})(key, itr);
}
});
});

0 comments on commit 1e8d057

Please sign in to comment.