Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-02-14 15:51:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-02-14 15:51:49 +0300
commit91535d4876d0b6f3d057fde202e2f9df8011462d (patch)
tree7f61706e23147fcb02ad148b7cbad9f059c6edfb
parent856dd5e60db6ca469a949eef3a9b02dcdba1f8fa (diff)
package.json: change the engine version to >= 0.10.1.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b21694f..53bf927 100644
--- a/package.json
+++ b/package.json
@@ -48,6 +48,6 @@
"time-grunt": "~1.0.0"
},
"engines": {
- "node": "~0.10.1"
+ "node": ">=0.10.1"
}
}