Skip to content

Commit

Permalink
fix: provide rabin bindings for nodejs 9
Browse files Browse the repository at this point in the history
Close #2260
  • Loading branch information
develar committed Dec 5, 2017
1 parent 97b0da4 commit 3bafe6b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4,767 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dist/
/test/test-report.xml

/packages/electron-builder/README.md
/packages/electron-builder/scheme.json
/packages/electron-builder-lib/scheme.json

/scripts/jsdoc/out/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"normalize-package-data": "^2.4.0",
"parse-color": "^1.0.0",
"plist": "^2.1.0",
"rabin-bindings": "~1.7.3",
"rabin-bindings": "~1.7.4",
"read-config-file": "1.2.0",
"sanitize-filename": "^1.6.1",
"sax": "^1.2.4",
Expand Down Expand Up @@ -95,7 +95,7 @@
"gitbook-plugin-analytics": "^0.2.1",
"gitbook-plugin-develar-toolbar-buttons": "^1.0.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"globby": "^7.1.1",
"jest-cli": "^21.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-package-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"int64-buffer": "^0.1.10",
"builder-util-runtime": "^0.0.0-semantic-release",
"builder-util": "^0.0.0-semantic-release",
"rabin-bindings": "~1.7.3"
"rabin-bindings": "~1.7.4"
},
"types": "./out/main.d.ts"
}
Loading

0 comments on commit 3bafe6b

Please sign in to comment.