Skip to content

Commit 285c562

Browse files
authored
Merge pull request #51 from NodeOS/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 6246ce4 + 0a0df14 commit 285c562

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# NodeOS cross toolchain
44

5+
[![Greenkeeper badge](https://badges.greenkeeper.io/NodeOS/nodeos-cross-toolchain.svg)](https://greenkeeper.io/)
6+
57
This package generate a cross-compiler based on [gcc](https://gcc.gnu.org/) and
68
[musl](musl-libc.org) ready to use on the NodeOS build system, but could be used
79
by other systems. You can be able to configure the target of the cross-compiler

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"license": "MIT",
5151
"dependencies": {
5252
"builddependencies": "^0.0.1",
53-
"prebuild-install": "2.1.0"
53+
"prebuild-install": "2.1.2"
5454
},
5555
"buildDependencies": [
5656
"async",
@@ -61,7 +61,7 @@
6161
"async": "^2.1.4",
6262
"ci-publish": "^1.3.0",
6363
"download-manager": "^0.1.3",
64-
"fs-extra": "^2.0.0",
64+
"fs-extra": "^3.0.1",
6565
"prebuild": "^6.0.0"
6666
},
6767
"main": "index.js",

0 commit comments

Comments
 (0)