Skip to content

Commit

Permalink
references fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
unbornchikken committed Aug 27, 2015
1 parent a4b74e3 commit 72eed31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -23,14 +23,14 @@
"main": "./lib/ffi",
"dependencies": {
"bindings": "*",
"debug": "2",
"ref": "*",
"ref-struct": "*",
"nan": "^2.0.2"
"debug": "*",
"ref": "1",
"ref-struct": "1",
"nan": "2"
},
"devDependencies": {
"mocha": "*",
"ref-array": "*"
"ref-array": "1"
},
"scripts": {
"test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
Expand Down

0 comments on commit 72eed31

Please sign in to comment.