prettier-package-json
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -11,3 +11,3 @@ { | ||
"bugs": "https://github.com/cameronhunter/prettier-package-json/issues", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"main": "src/index.js", | ||
@@ -14,0 +14,0 @@ "bin": { |
@@ -5,3 +5,3 @@ # Prettier `package.json` | ||
`prettier-package-json` is an opinionated JSON formatter inspired by `prettier`. It removes all original styling and ensures that the outputted `package.json` conforms to a consistent style. | ||
`prettier-package-json` is a JSON formatter inspired by `prettier`. It removes all original styling and ensures that the outputted `package.json` conforms to a consistent style. By default it uses opinionated defaults but can be configured to your individual needs. | ||
@@ -8,0 +8,0 @@ ## Features |
@@ -30,2 +30,4 @@ module.exports = Object.freeze({ | ||
'main', | ||
'module', | ||
'browser', | ||
'man', | ||
@@ -32,0 +34,0 @@ 'preferGlobal', |
@@ -8,2 +8,4 @@ { | ||
"main": "src/index.js", | ||
"module": "src/index.mjs", | ||
"browser": "src/index.browser.js", | ||
"bin": { | ||
@@ -10,0 +12,0 @@ "prettier-package-json": "./bin/prettier-package-json" |
@@ -8,2 +8,4 @@ { | ||
"main": "src/index.js", | ||
"module": "src/index.mjs", | ||
"browser": "src/index.browser.js", | ||
"bin": { | ||
@@ -10,0 +12,0 @@ "prettier-package-json": "./bin/prettier-package-json" |
Sorry, the diff of this file is not supported yet
105764
531