Skip to content

Commit

Permalink
Merge pull request #120 from zonkyio/node-cleanup
Browse files Browse the repository at this point in the history
Remove legacy Node.js support leftovers
  • Loading branch information
rwjblue committed Oct 24, 2020
2 parents 8898cbb + aec7f3e commit d4a75a7
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 3,782 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

4 changes: 1 addition & 3 deletions .gitignore
@@ -1,4 +1,2 @@
node_modules
dist/
tmp/
.eslintcache
.eslintcache
1 change: 0 additions & 1 deletion .npmignore
Expand Up @@ -4,4 +4,3 @@
.eslintrc.js
.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 @@ -31,19 +31,15 @@
"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",
"eslint": "^6.8.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.1.0",
"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 d4a75a7

Please sign in to comment.