pkg: Specify supported Node.js versions

experimental
GochoMugo 9 years ago
parent 54212daa50
commit 9cd663024f
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 3
      package.json

@ -24,6 +24,9 @@
}, },
"author": "Yago Pérez <yagoperezs@gmail.com>", "author": "Yago Pérez <yagoperezs@gmail.com>",
"license": "MIT", "license": "MIT",
"engines": {
"node" : ">=0.12"
},
"dependencies": { "dependencies": {
"bl": "^1.1.2", "bl": "^1.1.2",
"bluebird": "^3.3.4", "bluebird": "^3.3.4",

Loading…
Cancel
Save