Remove bindings dependency (require the built addon directly because the build output location is well-known and constant)

Add note about a possible error and its solution to the README
Improve .editorconfig
Run tests in CI workflow
This commit is contained in:
Martin Endler
2020-02-23 18:09:39 +01:00
parent 5964da0836
commit dacf2a082f
8 changed files with 46 additions and 20 deletions

View File

@@ -38,7 +38,6 @@
"test": "mocha --exit"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"devDependencies": {