Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit bda6524

Browse files
authored
Merge pull request #10 from resin-io/fix-npm-install
Fix npm install
2 parents cf03726 + e6120fe commit bda6524

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
"devDependencies": {
1616
"bluebird": "^3.4.7",
1717
"mocha": "^2.2.5",
18-
"nan": "^2.0.5",
19-
"node-gyp": "^1.0.3",
2018
"publish-please": "^2.2.0"
2119
},
2220
"dependencies": {
23-
"bindings": "^1.2.1"
21+
"bindings": "^1.2.1",
22+
"nan": "^2.5.1"
2423
}
2524
}

test/fixtures/disk.img.gz

-418 KB
Binary file not shown.

0 commit comments

Comments
 (0)