Skip to content

Commit cdf4963

Browse files
authored
Merge branch 'master' into greenkeeper-prebuild-install-2.1.1
2 parents b3a9eee + 47e864b commit cdf4963

File tree

9 files changed

+78
-1488
lines changed

9 files changed

+78
-1488
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 barebones
44

5+
[![Greenkeeper badge](https://badges.greenkeeper.io/NodeOS/nodeos-barebones.svg)](https://greenkeeper.io/)
6+
57
This package will compile both [Node.js](http://nodejs.org) and
68
[Linux kernel](https://www.kernel.org/) using a cross-compiler for the desired
79
target. Used alone, it will generate a Linux image that by default will boots to

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,24 @@
1313
"author": "Jesús Leganés Combarro 'piranna' <[email protected]>",
1414
"license": "MIT",
1515
"dependencies": {
16-
"builddependencies": "^0.0.1",
17-
"prebuild-install": "^2.1.1"
16+
"builddependencies": "^0.0.2",
17+
"prebuild-install": "^2.2.2"
1818
},
1919
"buildDependencies": [
20+
"barebonesos-linux",
2021
"download-manager",
2122
"nodeos-nodejs"
2223
],
2324
"devDependencies": {
25+
"barebonesos-linux": "^1.1.1",
2426
"ci-publish": "^1.3.0",
25-
"download-manager": "^0.1.3",
27+
"download-manager": "^0.1.4",
2628
"minimist": "^1.2.0",
2729
"nodeos-cross-toolchain": "^1.0.0-RC3.1",
28-
"nodeos-nodejs": "^6.9.5-0",
29-
"prebuild": "^6.0.0",
30-
"qemu": "^2.8.0",
31-
"suppose": "^0.6.1"
30+
"nodeos-nodejs": "^9.9.0",
31+
"prebuild": "^7.4.0",
32+
"qemu": "^2.9.0",
33+
"suppose": "^0.6.2"
3234
},
3335
"description": "Generate a NodeOS barebones image",
3436
"repository": {

resources/config/common

Lines changed: 0 additions & 131 deletions
This file was deleted.

resources/linux-vagrant.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)