File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 6.1.0] - 2021-04-03
4
+
5
+ ### Added
6
+
7
+ - Restore local prebuilds feature ([ #137 ] ( https://github.com/prebuild/prebuild-install/issues/137 ) ) ([ ` dc4e5ea ` ] ( https://github.com/prebuild/prebuild-install/commit/dc4e5ea ) ) (Wes Roberts). Previously removed in [ #81 ] ( https://github.com/prebuild/prebuild-install/issues/81 ) / [ ` a069253 ` ] ( https://github.com/prebuild/prebuild-install/commit/a06925378d38ca821bfa93aa4c1fdedc253b2420 ) .
8
+
3
9
## [ 6.0.1] - 2021-02-14
4
10
5
11
### Fixed
30
36
31
37
- Replace ` mkdirp ` dependency with ` mkdirp-classic ` ([ ** @ralphtheninja ** ] ( https://github.com/ralphtheninja ) )
32
38
39
+ [ 6.1.0 ] : https://github.com/prebuild/prebuild-install/compare/v6.0.1...v6.1.0
40
+
33
41
[ 6.0.1 ] : https://github.com/prebuild/prebuild-install/compare/v6.0.0...v6.0.1
34
42
35
43
[ 6.0.0 ] : https://github.com/prebuild/prebuild-install/compare/v5.3.6...v6.0.0
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ So if you are installing `leveldown@1.2.3` the resulting url will be:
97
97
http://overriden-host.com/overriden-path/v1.2.3/leveldown-v1.2.3-node-v57-win32-x64.tar.gz
98
98
```
99
99
100
-
101
100
#### Local prebuilds
102
101
103
102
If you want to use prebuilds from your local filesystem, you can use the ` % your package name %_local_prebuilds ` .npmrc variable to set a path to the folder containing prebuilds. For example:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prebuild-install" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.1.0 " ,
4
4
"description" : " A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform" ,
5
5
"scripts" : {
6
6
"test" : " tape test/*-test.js && npm run lint" ,
You can’t perform that action at this time.
0 commit comments