Browse Source

Drop Node 0.10.x & 0.12.x support

See #442.
redux
David Majda 7 years ago
parent
commit
16f38f6380
  1. 2
      .travis.yml
  2. 2
      README.md
  3. 2
      package.json

2
.travis.yml

@ -1,8 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "5.0"
- "6.0"

2
README.md

@ -495,7 +495,7 @@ Compatibility
Both the parser generator and generated parsers should run well in the following
environments:
* Node.js 0.10.0+
* Node.js 4+
* Internet Explorer 8+
* Edge
* Firefox

2
package.json

@ -55,6 +55,6 @@
"uglify-js": "2.7.0"
},
"engines": {
"node": ">=0.10"
"node": ">=4"
}
}

Loading…
Cancel
Save