Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fivdi committed Mar 14, 2019
1 parent 2ae8f2c commit 5a000f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Unpublished
===========

* update dependencies (epoll v2.0.8)
* simplify constructor
* update dependencies (epoll v2.0.9, jshint v2.10.2, ts-node v8.0.3)

4.1.0 - Mar 03 2019
===================
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"node": ">=4.0.0"
},
"dependencies": {
"epoll": "^2.0.8",
"epoll": "^2.0.9",
"lodash.debounce": "^4.0.8"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/mock-require": "^2.0.0",
"coveralls": "^3.0.3",
"jshint": "^2.10.1",
"jshint": "^2.10.2",
"mocha": "^6.0.2",
"mock-fs": "^4.8.0",
"mock-require": "^3.0.3",
"nyc": "^13.3.0",
"ts-node": "^8.0.2",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
},
"keywords": [
Expand Down

0 comments on commit 5a000f1

Please sign in to comment.