Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Bump version & supported node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
boblauer committed Jan 12, 2018
1 parent 27277dc commit 7460bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mock-require",
"version": "2.0.2",
"version": "3.0.0",
"description": "Simple, intuitive mocking of Node.js modules.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -40,6 +40,6 @@
},
"homepage": "https://github.com/boblauer/mock-require",
"engines": {
"node": ">=0.10"
"node": ">=4.3.0"
}
}

0 comments on commit 7460bdf

Please sign in to comment.