Skip to content

Commit

Permalink
Update dependencies and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Dec 27, 2016
1 parent 9dd9f27 commit 6cab867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbind",
"version": "0.3.7",
"version": "0.3.8",
"description": "Magical headers that make your C++ library accessible from JavaScript",
"main": "dist/nbind.js",
"typings": "dist/nbind.d.ts",
Expand Down Expand Up @@ -54,14 +54,14 @@
"dependencies": {
"emscripten-library-decorator": "~0.2.0",
"mkdirp": "~0.5.1",
"nan": "^2.4.0"
"nan": "^2.5.0"
},
"devDependencies": {
"autogypi": "~0.2.2",
"cbuild": "~0.1.1",
"node-gyp": "^3.4.0",
"tap": "^8.0.1",
"tslint": "^4.1.1",
"tslint": "^4.2.0",
"typescript": "^2.1.4"
}
}

0 comments on commit 6cab867

Please sign in to comment.