We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a291b + 88573e2 commit 8f2439dCopy full SHA for 8f2439d
3 files changed
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js:
3
- "stable"
4
- "4"
5
+ - "6"
6
7
env:
8
- CXX=g++-4.8 WORKER_COUNT=2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# FastBoot Changelog
+### 1.0.0-rc.3
+
+* Remove Node 0.12 support.
### 1.0.0-rc.2
9
* Set the entry point to the built cjs
package.json
@@ -1,6 +1,6 @@
{
"name": "fastboot",
- "version": "1.0.0-rc.3",
+ "version": "1.0.0-rc.2",
"description": "Library for rendering Ember apps in node.js",
"main": "dist/cjs/index.js",
"scripts": {
@@ -16,6 +16,9 @@
16
"type": "git",
17
"url": "git+https://github.com/ember-fastboot/fastboot.git"
18
},
19
+ "engines": {
20
+ "node": ">= 4.0.0"
21
+ },
22
"keywords": [
23
"ember",
24
"fastboot"
0 commit comments