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

Commit cb8b22c

Browse files
committed
Update prebuild and prebuild-install to work around 143 character filename limit on ecryptfs
1 parent c14520e commit cb8b22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"nan": "^2.6.2",
13-
"prebuild-install": "^2.2.2"
13+
"prebuild-install": "^5.3.3"
1414
},
1515
"devDependencies": {
1616
"electron-mocha": "^4.0.0",
1717
"jsdoc": "^3.5.4",
1818
"mocha": "^3.5.0",
1919
"nyc": "^11.1.0",
20-
"prebuild": "^6.2.1",
20+
"prebuild": "^10.0.0",
2121
"semver": "^5.4.1",
2222
"should": "^12.0.0"
2323
},

0 commit comments

Comments
 (0)