We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd9f27 commit 6cab867Copy full SHA for 6cab867
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nbind",
3
- "version": "0.3.7",
+ "version": "0.3.8",
4
"description": "Magical headers that make your C++ library accessible from JavaScript",
5
"main": "dist/nbind.js",
6
"typings": "dist/nbind.d.ts",
@@ -54,14 +54,14 @@
54
"dependencies": {
55
"emscripten-library-decorator": "~0.2.0",
56
"mkdirp": "~0.5.1",
57
- "nan": "^2.4.0"
+ "nan": "^2.5.0"
58
},
59
"devDependencies": {
60
"autogypi": "~0.2.2",
61
"cbuild": "~0.1.1",
62
"node-gyp": "^3.4.0",
63
"tap": "^8.0.1",
64
- "tslint": "^4.1.1",
+ "tslint": "^4.2.0",
65
"typescript": "^2.1.4"
66
}
67
0 commit comments