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 May 3, 2017
1 parent aa3e928 commit 3a57471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nbind",
"version": "0.3.10",
"version": "0.3.11",
"description": "Magical headers that make your C++ library accessible from JavaScript",
"main": "dist/nbind.js",
"typings": "dist/nbind.d.ts",
Expand Down Expand Up @@ -52,17 +52,17 @@
"win32"
],
"dependencies": {
"@types/node": "^7.0.13",
"@types/node": "^7.0.15",
"emscripten-library-decorator": "~0.2.2",
"mkdirp": "~0.5.1",
"nan": "^2.6.2"
},
"devDependencies": {
"autogypi": "~0.2.2",
"cbuild": "~0.1.2",
"node-gyp": "^3.6.0",
"node-gyp": "^3.6.1",
"tap": "^10.3.2",
"tslint": "^5.1.0",
"typescript": "^2.2.2"
"typescript": "^2.3.2"
}
}

0 comments on commit 3a57471

Please sign in to comment.