Skip to content

Commit

Permalink
feat: remove Node < 4 from official testing/support (#22)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use which-module@1.0.0
  • Loading branch information
nexdrew committed May 1, 2017
1 parent b75d1e2 commit ee7aff4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '4'
- '6'
- 'node'
after_success: npm run coverage
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"homepage": "https://github.com/nexdrew/which-module#readme",
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.9",
"nyc": "^10.1.2",
"standard": "^8.0.0",
"ava": "^0.19.1",
"coveralls": "^2.13.1",
"nyc": "^10.3.0",
"standard": "^10.0.2",
"standard-version": "^4.0.0"
}
}

0 comments on commit ee7aff4

Please sign in to comment.