prettier-package-json
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "prettier-package-json", | ||
"description": "Prettier formatter for package.json files", | ||
"license": "MIT", | ||
"author": "Cameron Hunter <hello@cameronhunter.co.uk>", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -11,3 +11,3 @@ "type": "git", | ||
"bugs": "https://github.com/cameronhunter/prettier-package-json/issues", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"main": "src/index.js", | ||
@@ -14,0 +14,0 @@ "bin": { |
@@ -12,6 +12,6 @@ module.exports = Object.freeze({ | ||
'description', | ||
'license', | ||
'author', | ||
'maintainers', | ||
'contributors', | ||
'license', | ||
'homepage', | ||
@@ -18,0 +18,0 @@ 'repository', |
Sorry, the diff of this file is not supported yet
105108