Fix require module name in README example

Upgrade dependencies
This commit is contained in:
Martin Endler
2019-02-21 20:43:10 +01:00
parent cf4c105961
commit 0a631beacb
3 changed files with 1345 additions and 63 deletions

View File

@@ -38,13 +38,13 @@
"test": "mocha"
},
"dependencies": {
"bindings": "^1.3.1",
"bindings": "^1.4.0",
"nan": "^2.12.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"should": "^13.2.3",
"sinon": "^7.2.2"
"sinon": "^7.2.4"
},
"gypfile": true
}