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 c7af84f commit b46906fCopy full SHA for b46906f
.travis.yml
@@ -1,3 +1,4 @@
1
language: node_js
2
node_js:
3
+ - "6"
4
- "8"
package.json
@@ -3,6 +3,9 @@
"version": "1.0.3",
"description": "Encrypted model attributes in your favourite ORM.",
5
"author": "Simon Ratner (https://github.com/simonratner)",
6
+ "engines": {
7
+ "node": ">=6.0"
8
+ },
9
"keywords": [
10
"attr_encrypted",
11
"encrypted",
0 commit comments