Skip to content

Commit

Permalink
Remove "engines" property from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Jul 14, 2020
1 parent 578cb59 commit e1ef622
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha -r ts-node/register \"spec/**/*.spec.ts\"",
"test-with-coverage": "istanbul cover _mocha -- -r ts-node/register 'spec/**/*.spec.ts'",
Expand Down Expand Up @@ -58,4 +55,4 @@
"lint-staged",
"test"
]
}
}

0 comments on commit e1ef622

Please sign in to comment.