Skip to content

Commit

Permalink
Merge pull request #17 from stefanpenner/types-node-fix
Browse files Browse the repository at this point in the history
[Fixes #16] move @types/node to dev dependency
  • Loading branch information
stefanpenner committed Mar 9, 2019
2 parents d81ce81 + f5cce51 commit 65b72f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
"@types/chai": "^4.1.7",
"@types/ensure-posix-path": "^1.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.5",
"chai": "^4.1.2",
"ensure-posix-path": "^1.0.1",
"mocha": "^5.2.0",
"typescript": "^3.3.3333"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"dependencies": {
"@types/node": "^11.10.5"
}
}

0 comments on commit 65b72f9

Please sign in to comment.