Skip to content

Commit 67e0874

Browse files
authored
Merge pull request #14 from sargun/upgrade-nan
Upgrade nan
2 parents c35f289 + 77cc2d8 commit 67e0874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"dependencies": {
2424
"bindings": "^1.2.1",
25-
"nan": "^2.0.9"
25+
"nan": "^2.12.1"
2626
},
2727
"devDependencies": {
28-
"should": "11.x",
29-
"mocha": "3.x"
28+
"mocha": "3.x",
29+
"should": "11.x"
3030
},
3131
"os": [
3232
"linux"

0 commit comments

Comments
 (0)