Skip to content

Commit

Permalink
Merge pull request #279 from xg-wang/engine
Browse files Browse the repository at this point in the history
fix: remove node engine constraint
  • Loading branch information
xg-wang authored Nov 4, 2019
2 parents 4c551dd + 0ae110c commit e55af9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
- "12"

before_install:
- "npm config set spin false"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"types": "index.d.ts",
"description": "Pretender is a mock server library for XMLHttpRequest and Fetch, that comes with an express/sinatra style syntax for defining routes and their handlers.",
"license": "MIT",
"engines": {
"node": "6.* || 8.* || 10.* || >= 11.*"
},
"scripts": {
"prepublishOnly": "npm run build && npm run tests-only",
"pretest": "bower install",
Expand Down

0 comments on commit e55af9c

Please sign in to comment.