Skip to content

Commit 2c4c342

Browse files
committed
Adapted to npm3 as independent module
1 parent 381aae0 commit 2c4c342

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"scripts": {
55
"docker": "docker run",
66
"dockerBuild": "docker build -t rootfs .",
7-
"install": "scripts/build",
8-
"preinstall": "scripts/preinstall",
7+
"build": "scripts/build",
8+
"install": "scripts/preinstall",
99
"start": "scripts/start",
1010
"test": "scripts/test",
1111
"unbuild": "scripts/unbuild"
@@ -17,6 +17,7 @@
1717
"nodeos-initramfs": "^1.0.0-RC1"
1818
},
1919
"dependencies": {
20+
"nodeos-cross-toolchain": "NodeOS/nodeos-cross-toolchain",
2021
"download-manager": "^0.0.20",
2122
"genfatfs": "nodeos/genfatfs"
2223
},
File renamed without changes.

0 commit comments

Comments
 (0)