We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 651ae7d + e74070c commit 8d5777bCopy full SHA for 8d5777b
2 files changed
.travis.yml
@@ -3,7 +3,6 @@ node_js:
3
- "stable"
4
- "5"
5
- "4"
6
- - "0.12"
7
8
env:
9
- CXX=g++-4.8 WORKER_COUNT=2
package.json
@@ -11,6 +11,9 @@
11
"type": "git",
12
"url": "git+https://github.com/ember-fastboot/fastboot-app-server.git"
13
},
14
+ "engines": {
15
+ "node": ">= 4.0.0"
16
+ },
17
"keywords": [
18
"ember",
19
"fastboot",
0 commit comments