Skip to content

Commit 0acfbb4

Browse files
committed
Updated dependencies & clean-up
1 parent 300b9d9 commit 0acfbb4

File tree

6 files changed

+71
-463
lines changed

6 files changed

+71
-463
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
5050
"license": "MIT",
5151
"dependencies": {
52-
"download-manager": "^0.0.20",
52+
"download-manager": "^0.1.1",
5353
"fs-extra": "^0.30.0",
5454
"prebuild-install": "1.0.2",
55-
"async": "^2.0.0-rc.6"
55+
"async": "^2.0.1"
5656
},
5757
"devDependencies": {
5858
"prebuild": "^4.2.2"

patches/linux/LICENSE

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

resources/copy_headers.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"elf/elf.h": "elf/elf.h",
3+
"string/byteswap.h": "byteswap.h",
4+
"include/elf.h": "elf.h",
5+
"include/endian.h": "endian.h",
6+
"include/features.h": "features.h",
7+
"include/gnu/stubs.h": "gnu/stubs.h",
8+
"include/stdc-predef.h": "stdc-predef.h",
9+
"string/endian.h": "string/endian.h",
10+
"bits/typesizes.h": "bits/typesizes.h",
11+
"sysdeps/generic/dl-dtprocnum.h": "dl-dtprocnum.h",
12+
"sysdeps/x86/bits/byteswap-16.h": "bits/byteswap-16.h",
13+
"sysdeps/x86/bits/byteswap.h": "bits/byteswap.h",
14+
"sysdeps/x86/bits/endian.h": "bits/endian.h",
15+
"sysdeps/x86/bits/wordsize.h": "bits/wordsize.h"
16+
}

0 commit comments

Comments
 (0)