Skip to content

Commit

Permalink
chore: use forked node-pre-gyp (#5)
Browse files Browse the repository at this point in the history
* chore: use forked node-pre-gyp

* chore: update deps

* chore: use fixed node-pre-gyp
  • Loading branch information
marudor authored Aug 26, 2020
1 parent e46550f commit f6b46a0
Show file tree
Hide file tree
Showing 2 changed files with 479 additions and 417 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@
"node": ">=10"
},
"dependencies": {
"@marudor/node-pre-gyp": "^0.16.1",
"bindings": "~1.5.0",
"nan": "~2.14.0",
"node-pre-gyp": "~0.15.0"
"nan": "~2.14.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-marudor": "^7.3.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"eslint-plugin-testing-library": "^3.0.4",
"jest": "^26.2.2",
"eslint-plugin-testing-library": "^3.7.0",
"jest": "^26.4.2",
"jest-watch-typeahead": "^0.6.0",
"prettier": "^2.0.4",
"prettier": "^2.1.1",
"tsd": "^0.13.1"
}
}
Loading

0 comments on commit f6b46a0

Please sign in to comment.