Skip to content

Commit b46906f

Browse files
committed
Add node v6 as a minimum requirement, and test on it
1 parent c7af84f commit b46906f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
22
node_js:
3+
- "6"
34
- "8"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.0.3",
44
"description": "Encrypted model attributes in your favourite ORM.",
55
"author": "Simon Ratner (https://github.com/simonratner)",
6+
"engines": {
7+
"node": ">=6.0"
8+
},
69
"keywords": [
710
"attr_encrypted",
811
"encrypted",

0 commit comments

Comments
 (0)