Skip to content

Commit

Permalink
➕ require bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Sep 12, 2018
1 parent c831022 commit cdba1b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigint-buffer",
"version": "0.1.2",
"version": "0.1.3",
"description": "bigint to buffer conversion with native support",
"main": "dist/node.js",
"browser": {
Expand Down Expand Up @@ -41,7 +41,9 @@
"napi"
],
"license": "Apache-2.0",
"dependencies": {},
"dependencies": {
"bindings": "^1.3.0"
},
"devDependencies": {
"@types/benchmark": "^1.0.31",
"@types/chai": "^4.1.4",
Expand Down Expand Up @@ -69,7 +71,7 @@
"typescript": "calebsander/TypeScript#feature/bigint-lkg",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
},
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit cdba1b9

Please sign in to comment.