hops-bootstrap
Advanced tools
Comparing version 13.0.0 to 13.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [13.1.0](https://github.com/xing/hops/compare/v13.0.0...v13.1.0) (2020-10-09) | ||
### Bug Fixes | ||
* **bootstrap:** ignore exports fields when resolving presets ([b9accbe](https://github.com/xing/hops/commit/b9accbefe824d27830926c7965d19f8e7f488449)) | ||
# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28) | ||
@@ -8,0 +19,0 @@ |
@@ -18,2 +18,3 @@ 'use strict'; | ||
mainFields: ['preset'], | ||
exportsFields: [], | ||
}); | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "hops-bootstrap", | ||
"version": "13.0.0", | ||
"version": "13.1.0", | ||
"description": "Hops bootstrap", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
}, | ||
"gitHead": "ea2d2b03a2c3583cf2aa4e49d1fa5f2a44cb9ee6" | ||
"gitHead": "b2f6df64bb3f8c3cf21740f3a602e9daaaf328c1" | ||
} |
33571
668