Skip to content

Commit

Permalink
Remove Node.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 23, 2018
1 parent aca11bf commit b7276b7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -4,6 +4,3 @@ node_js:
- stable
- "8"
- "6"
- "4"
install:
- YARN_IGNORE_ENGINES=true yarn
1 change: 0 additions & 1 deletion cli.js
@@ -1,5 +1,4 @@
#!/usr/bin/env node
'use strict'

const ciJobNumber = require('ci-job-number')
const cosmiconfig = require('cosmiconfig')
Expand Down
2 changes: 0 additions & 2 deletions index.js
@@ -1,5 +1,3 @@
'use strict'

const escapeRegexp = require('escape-string-regexp')
const Compression = require('compression-webpack-plugin')
const Analyzer = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -58,14 +58,15 @@
"test": "jest && yarn run lint && yarn run spellcheck"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.11.5"
},
"eslintConfig": {
"extends": "eslint-config-logux/node4",
"rules": {
"security/detect-non-literal-require": "off",
"security/detect-non-literal-regexp": "off",
"global-require": "off"
"global-require": "off",
"strict": "off"
}
},
"jest": {
Expand Down
2 changes: 0 additions & 2 deletions test/cli.test.js
@@ -1,5 +1,3 @@
'use strict'

const spawn = require('cross-spawn')
const path = require('path')

Expand Down
2 changes: 0 additions & 2 deletions test/index.test.js
@@ -1,5 +1,3 @@
'use strict'

const path = require('path')

const getSize = require('../')
Expand Down

0 comments on commit b7276b7

Please sign in to comment.