Skip to content

Commit

Permalink
Remove legacy Node.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Apr 12, 2020
1 parent bc36d74 commit 9859a54
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 3,876 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
@@ -1,3 +1 @@
node_modules
dist/
tmp/
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -2,4 +2,3 @@
.jshintrc
.travis.yml
test/
tmp/
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ particular, you can provide a custom:

## Requirements

FastBoot App Server requires Node.js v4.2 or later.
FastBoot App Server requires Node.js v8 or later.

## Quick Start

Expand Down
8 changes: 2 additions & 6 deletions package.json
Expand Up @@ -30,16 +30,12 @@
"compression": "^1.6.2",
"express": "^4.13.3",
"fastboot": "^2.0.0",
"fastboot-express-middleware": "^2.0.0",
"fs-promise": "^2.0.3",
"request": "^2.81.0"
"fastboot-express-middleware": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^4.1.0",
"ember-cli": "^2.10.2",
"mocha": "^5.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}
2 changes: 0 additions & 2 deletions test/mocha.opts

This file was deleted.

0 comments on commit 9859a54

Please sign in to comment.