Commit caa99508 authored by analog-nico's avatar analog-nico
Browse files

Made explicit that node 0.8 is not supported

parent d54bd436
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,3 +19,6 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_size = 2
+0 −1
Original line number Diff line number Diff line
language: node_js
node_js:
  - "0.8"
  - "0.10"
  - "0.11"
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
  "version": "0.2.3",
  "description": "Promise-based Wrapper for XHR using Request and Bluebird",
  "main": "./lib/rp.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/gulp validate"
  },