Skip to content

Commit 8f2439d

Browse files
authored
Merge pull request #110 from arjansingh/remove-node-0-12
Remove Node 0.12 Support
2 parents 13a291b + 88573e2 commit 8f2439d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- "stable"
44
- "4"
5+
- "6"
56

67
env:
78
- CXX=g++-4.8 WORKER_COUNT=2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# FastBoot Changelog
22

3+
### 1.0.0-rc.3
4+
5+
* Remove Node 0.12 support.
6+
37
### 1.0.0-rc.2
48

59
* Set the entry point to the built cjs

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.2",
44
"description": "Library for rendering Ember apps in node.js",
55
"main": "dist/cjs/index.js",
66
"scripts": {
@@ -16,6 +16,9 @@
1616
"type": "git",
1717
"url": "git+https://github.com/ember-fastboot/fastboot.git"
1818
},
19+
"engines": {
20+
"node": ">= 4.0.0"
21+
},
1922
"keywords": [
2023
"ember",
2124
"fastboot"

0 commit comments

Comments
 (0)