Skip to content

Commit

Permalink
Remove "engines" from package.json
Browse files Browse the repository at this point in the history
As discussed in #1607, this is outdated and should be removed
  • Loading branch information
mroderick committed Nov 3, 2017
1 parent c0a71c6 commit 9d9c372
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -90,8 +90,5 @@
],
"main": "./lib/sinon.js",
"cdn": "./pkg/sinon.js",
"jsdelivr": "./pkg/sinon.js",
"engines": {
"node": ">=0.1.103"
}
"jsdelivr": "./pkg/sinon.js"
}

0 comments on commit 9d9c372

Please sign in to comment.