Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
fix: Add node.js 5 to the engines list
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman authored and dignifiedquire committed Dec 23, 2015
1 parent 8c6e3e5 commit 0acef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"karma": "./bin/karma"
},
"engines": {
"node": "0.10 || 0.12 || 4"
"node": "0.10 || 0.12 || 4 || 5"
},
"version": "0.1.1",
"license": "MIT"
Expand Down

0 comments on commit 0acef9a

Please sign in to comment.