Skip to content

Commit

Permalink
Nan is not a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycx committed Oct 21, 2015
1 parent 310de78 commit d7f240e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -17,11 +17,12 @@
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"nan": "^2.0.5",
"node-gyp": "^1.0.3"

},
"dependencies": {
"bindings": "^1.2.1"
"bindings": "^1.2.1",
"nan": "^2.0.5",
"node-gyp": "^1.0.3"
},
"engines": {
"node": ">= 0.8.0"
Expand Down

0 comments on commit d7f240e

Please sign in to comment.