Skip to content

Commit 6cab867

Browse files
committed
Update dependencies and bump version.
1 parent 9dd9f27 commit 6cab867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nbind",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Magical headers that make your C++ library accessible from JavaScript",
55
"main": "dist/nbind.js",
66
"typings": "dist/nbind.d.ts",
@@ -54,14 +54,14 @@
5454
"dependencies": {
5555
"emscripten-library-decorator": "~0.2.0",
5656
"mkdirp": "~0.5.1",
57-
"nan": "^2.4.0"
57+
"nan": "^2.5.0"
5858
},
5959
"devDependencies": {
6060
"autogypi": "~0.2.2",
6161
"cbuild": "~0.1.1",
6262
"node-gyp": "^3.4.0",
6363
"tap": "^8.0.1",
64-
"tslint": "^4.1.1",
64+
"tslint": "^4.2.0",
6565
"typescript": "^2.1.4"
6666
}
6767
}

0 commit comments

Comments
 (0)