Skip to content

Commit

Permalink
[fix] add 0.10 compatibily.. closes #474
Browse files Browse the repository at this point in the history
  • Loading branch information
yawnt committed Sep 16, 2013
1 parent 9f35088 commit 469b0d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ cov
atest.js
notes
primus-proxy.js
tes.js
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -24,5 +24,9 @@
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
},

"engines" : {
"node" : ">=0.10.0"
},

"license" : "MIT"
}

0 comments on commit 469b0d4

Please sign in to comment.