Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
ffi-napi dep
  • Loading branch information
alt3rmann authored Feb 9, 2018
1 parent 8ba95cc commit dc03545
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
Expand Up @@ -10,16 +10,16 @@
"author": "k-egor-smirnov",
"license": "MIT",
"dependencies": {
"ffi": "^2.2.0"
"ffi-napi": "^2.4.0"
},
"devDependencies": {
"standard": "^10.0.3"
},
"engineStrict": true,
"engines": {
"node": "<9.0.0"
"node": ">9.0.0"
},
"repository": {
"url": "https://github.com/k-egor-smirnov/node-tg-native"
"url": "https://github.com/alt3rmann/node-tg-native"
}
}
}

0 comments on commit dc03545

Please sign in to comment.