Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add t.contains() as alias to t.match(), and switch to version of `same`
that supports cycles in the object graph.
  • Loading branch information
othiym23 committed Sep 3, 2015
1 parent bb5de34 commit b016ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ npm-debug.log

# dev dependencies
/node_modules/deep-equal/
/node_modules/deeper/
/node_modules/marked-man/
/node_modules/marked/
/node_modules/nock/
/node_modules/npm-registry-couchapp/
/node_modules/npm-registry-mock/
/node_modules/only-shallow/
/node_modules/require-inject/
/node_modules/sprintf-js/
/node_modules/tap/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"npm-registry-mock": "~1.0.1",
"require-inject": "~1.2.0",
"standard": "~4.5.4",
"tap": "~1.3.2"
"tap": "~1.4.0"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",
Expand Down

0 comments on commit b016ce9

Please sign in to comment.