We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07feb8 commit d146476Copy full SHA for d146476
.travis.yml
@@ -1,8 +1,6 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- "4"
7
- "6"
8
package.json
@@ -35,6 +35,9 @@
35
"lint": "grunt eslint",
36
"test": "grunt mocha-and-karma"
37
},
38
+ "engines": {
39
+ "node": ">=4.0.0"
40
+ },
41
"dependencies": {
42
"async": "^2.0.1",
43
"bcryptjs": "^2.1.0",
0 commit comments