[fix] add 0.10 compatibily.. closes #474

This commit is contained in:
yawnt 2013-09-16 21:36:09 +02:00
parent 9f3508805a
commit 469b0d4e9f
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ cov
atest.js atest.js
notes notes
primus-proxy.js primus-proxy.js
tes.js

View File

@ -24,5 +24,9 @@
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html" "test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
}, },
"engines" : {
"node" : ">=0.10.0"
},
"license" : "MIT" "license" : "MIT"
} }