Skip to content

Commit

Permalink
Upgrade nodegit for Node 16 compatibility (#112)
Browse files Browse the repository at this point in the history
* chore: upgrade nodegit to 0.28.0-alpha.18 for node 16 and arm64 compatibilty

* Bump revision
  • Loading branch information
bateau authored Jun 30, 2022
1 parent 8f0ae10 commit 5dd973d
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 326 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "good-fences",
"version": "1.1.0",
"version": "1.1.1",
"description": "Code boundary management for TypeScript projects",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"commander": "^7.2.0",
"fdir": "^5.1.0",
"minimatch": "^3.0.4",
"nodegit": "^0.27.0",
"nodegit": "^0.28.0-alpha.18",
"picomatch": "^2.3.0",
"strip-json-comments": "^3.1.1",
"tsconfig-paths": "^3.10.1",
Expand Down
Loading

0 comments on commit 5dd973d

Please sign in to comment.