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

Commit

Permalink
tidy up, remove old style package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jun 13, 2012
1 parent 5823491 commit 9a389a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -5,11 +5,6 @@
"homepage": "https://github.com/dominictarr/traverser",
"repository": "git://github.com/dominictarr/traverser.git",
"author": "Dominic Tarr <dominic.tarr@gmail.com>",
"main": "./traverser.sync",
"directories": {
"lib": ".",
"example": "examples"
},
"dependencies": {
"curry" : "0.0.x"
},
Expand Down
3 changes: 2 additions & 1 deletion traverser.js
Expand Up @@ -2,13 +2,14 @@
var curry = require('curry')
, sync = require('./iterators').sync

module.exports = traverse
exports = module.exports = traverse
exports.isObject = isObject
exports.isComplex = isComplex

function isObject (props){
return ('object' === typeof props.value)
}

var complex =
{ 'function': true
, 'object': true
Expand Down

0 comments on commit 9a389a4

Please sign in to comment.