@spotify/prettier-config
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.1.0](https://github.com/spotify/web-scripts/compare/v1.0.2...v1.1.0) (2019-07-01) | ||
### Bug Fixes | ||
- Updates engines field to node >=10 ([b3b4f58](https://github.com/spotify/web-scripts/commit/b3b4f58)) | ||
## [1.0.2](https://github.com/spotify/web-scripts/compare/v1.0.1...v1.0.2) (2019-06-26) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spotify/prettier-config", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"license": "Apache-2.0", | ||
@@ -17,5 +17,5 @@ "description": "Spotify's base Prettier config", | ||
"engines": { | ||
"node": "<=8" | ||
"node": ">=10" | ||
}, | ||
"gitHead": "7b5ad6511f698031f8ce245832352f472314590c" | ||
"gitHead": "8637a7cfda0361d3c17164407e88462e10493eed" | ||
} |
13461