Skip to content

Commit 469b0d4

Browse files
committed
[fix] add 0.10 compatibily.. closes #474
1 parent 9f35088 commit 469b0d4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ cov
44
atest.js
55
notes
66
primus-proxy.js
7+
tes.js

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"test-cov" : "mocha --require blanket -R html-cov > cov/coverage.html"
2525
},
2626

27+
"engines" : {
28+
"node" : ">=0.10.0"
29+
},
30+
2731
"license" : "MIT"
2832
}

0 commit comments

Comments
 (0)